Skip to content

Commit 94d1b57

Browse files
committed
remove unrelated changes
1 parent 40ab09a commit 94d1b57

File tree

1 file changed

+0
-1
lines changed
  • runtime/runtime-core/common/src/aws/smithy/kotlin/runtime/hashing

1 file changed

+0
-1
lines changed

runtime/runtime-core/common/src/aws/smithy/kotlin/runtime/hashing/Md5.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public abstract class Md5Base : HashFunction {
1818
@InternalApi
1919
public expect class Md5() : Md5Base {
2020
override fun update(input: ByteArray, offset: Int, length: Int)
21-
public fun update(input: Byte)
2221
override fun digest(): ByteArray
2322
override fun reset()
2423
override val blockSizeBytes: Int

0 commit comments

Comments
 (0)