Skip to content

Commit e68685d

Browse files
committed
Remove errant commented-out line in compression.c++
1 parent 50b1501 commit e68685d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/workerd/api/streams/compression.c++

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ class CompressionStreamBase: public kj::Refcounted,
326326

327327
canceler.cancel(kj::cp(reason));
328328
transitionToErrored(kj::mv(reason));
329-
//state = kj::mv(reason);
330329
}
331330

332331
kj::Promise<size_t> tryReadInternal(kj::ArrayPtr<kj::byte> dest, size_t minBytes) {

0 commit comments

Comments
 (0)