aboutsummaryrefslogtreecommitdiff
path: root/debug/memusage.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-12-31 17:42:50 +0200
committerLasse Collin <lasse.collin@tukaani.org>2008-12-31 17:42:50 +0200
commitb59f1e98f50694cf6a8f1b342fd878feebdb2f88 (patch)
tree487ae9b214c8149277f6a026c17eca133caf89ec /debug/memusage.c
parentPrepare for 4.999.7beta release. (diff)
downloadxz-b59f1e98f50694cf6a8f1b342fd878feebdb2f88.tar.xz
Update some files in debug directory.
Diffstat (limited to '')
-rw-r--r--debug/memusage.c2
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,