Skip to content

Commit e08055e

Browse files
committed
Remove outdated comment
1 parent 29bb5ff commit e08055e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/runtime-core/native/src/aws/smithy/kotlin/runtime/compression/GzipTestUtilsNative.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public actual fun decompressGzipBytes(bytes: ByteArray): ByteArray {
2424
return bytes
2525
}
2626

27-
val decompressedBuffer = UByteArray(bytes.size * 2).pin() // Initial guess for decompressed size (may expand)
27+
val decompressedBuffer = UByteArray(bytes.size * 2).pin()
2828

2929
memScoped {
3030
val zStream = alloc<z_stream>()

0 commit comments

Comments
 (0)