Update some files in debug directory.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 31 Dec 2008 15:42:50 +0000 (17:42 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 31 Dec 2008 15:42:50 +0000 (17:42 +0200)
debug/full_flush.c
debug/memusage.c
debug/sync_flush.c

index 71106b5..6b22898 100644 (file)
@@ -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;
 
 
index 716dc8b..15efe3d 100644 (file)
@@ -23,8 +23,6 @@
 int
 main(void)
 {
-       lzma_init();
-
        lzma_options_lzma lzma = {
                .dict_size = (1U << 30) + (1U << 29),
                .lc = 3,
index 19fbef5..076fb7e 100644 (file)
@@ -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