mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
ZLIB: cleanup.
This commit is contained in:
@@ -13,7 +13,6 @@ package zlib
|
||||
|
||||
import "core:bytes"
|
||||
import "core:fmt"
|
||||
import "core:compress"
|
||||
|
||||
main :: proc() {
|
||||
|
||||
@@ -38,8 +37,6 @@ main :: proc() {
|
||||
};
|
||||
OUTPUT_SIZE :: 438;
|
||||
|
||||
fmt.printf("size_of(Context): %v\n", size_of(compress.Context_Memory_Input));
|
||||
|
||||
buf: bytes.Buffer;
|
||||
|
||||
// We can pass ", true" to inflate a raw DEFLATE stream instead of a ZLIB wrapped one.
|
||||
|
||||
Reference in New Issue
Block a user