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