this is just wrong, removing

This commit is contained in:
Peter Thorson
2014-03-26 06:47:28 -05:00
parent 75dd6f3ba5
commit 884e7d210c
-3
View File
@@ -777,9 +777,6 @@ protected:
if (ec) {
return 0;
}
// get the length of the newly uncompressed output
offset = out.size() - offset;
} else {
// No compression, straight copy
out.append(reinterpret_cast<char *>(buf),len);