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 /debug/sync_flush.c | |
parent | Prepare for 4.999.7beta release. (diff) | |
download | xz-b59f1e98f50694cf6a8f1b342fd878feebdb2f88.tar.xz |
Update some files in debug directory.
Diffstat (limited to 'debug/sync_flush.c')
-rw-r--r-- | debug/sync_flush.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |