diff options
Diffstat (limited to 'debug/memusage.c')
-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, |