diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-12-31 17:42:50 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-12-31 17:42:50 +0200 |
commit | b59f1e98f50694cf6a8f1b342fd878feebdb2f88 (patch) | |
tree | 487ae9b214c8149277f6a026c17eca133caf89ec | |
parent | Prepare for 4.999.7beta release. (diff) | |
download | xz-b59f1e98f50694cf6a8f1b342fd878feebdb2f88.tar.xz |
Update some files in debug directory.
-rw-r--r-- | debug/full_flush.c | 2 | ||||
-rw-r--r-- | debug/memusage.c | 2 | ||||
-rw-r--r-- | debug/sync_flush.c | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/debug/full_flush.c b/debug/full_flush.c index 71106b56..6b22898b 100644 --- a/debug/full_flush.c +++ b/debug/full_flush.c @@ -68,8 +68,6 @@ encode(size_t size, lzma_action action) int main(int argc, char **argv) { - lzma_init_encoder(); - file_in = argc > 1 ? fopen(argv[1], "rb") : stdin; diff --git a/debug/memusage.c b/debug/memusage.c index 716dc8b5..15efe3d4 100644 --- a/debug/memusage.c +++ b/debug/memusage.c @@ -23,8 +23,6 @@ int main(void) { - lzma_init(); - lzma_options_lzma lzma = { .dict_size = (1U << 30) + (1U << 29), .lc = 3, diff --git a/debug/sync_flush.c b/debug/sync_flush.c index 19fbef53..076fb7e7 100644 --- a/debug/sync_flush.c +++ b/debug/sync_flush.c @@ -68,8 +68,6 @@ encode(size_t size, lzma_action action) int main(int argc, char **argv) { - lzma_init_encoder(); - file_in = argc > 1 ? fopen(argv[1], "rb") : stdin; // Config |