Skip to content

Commit d44eccd

Browse files
committed
Remove temp debug code
1 parent 45c8563 commit d44eccd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/TestCompressedStream.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ uint64 compress2(byte block[], uint length)
8181

8282
byte* buf = new byte[length];
8383
memcpy(&buf[0], &block[0], size_t(length));
84-
ofstream ofs("/tmp/data.bin");
85-
ofs.write((const char*)block, length);
86-
ofs.close();
8784
stringbuf buffer;
8885
iostream ios(&buffer);
8986
CompressedOutputStream* cos = new CompressedOutputStream(ios, jobs, "ANS0", "LZX", blockSize, checksum);

0 commit comments

Comments
 (0)