Refactor compress.Context struct.

This commit is contained in:
Jeroen van Rijn
2021-06-26 22:25:55 +02:00
parent 30a5808460
commit 4689a6b341
3 changed files with 17 additions and 13 deletions
-1
View File
@@ -113,7 +113,6 @@ load_from_slice :: proc(slice: []u8, buf: ^bytes.Buffer, known_gzip_size := -1,
input = stream,
input_data = slice,
input_fully_in_memory = true,
input_refills_from_stream = true,
output = buf,
};