diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-11-25 02:37:47 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-11-25 02:37:47 +0200 |
commit | a8368b75cdcd5427299001cc42839287f27b244d (patch) | |
tree | 5b27a19002eb9f0c31ab4730d9073b0dc0f68c03 /src/liblzma/common/Makefile.am | |
parent | VLI encoder and decoder cleanups. Made encoder return (diff) | |
download | xz-a8368b75cdcd5427299001cc42839287f27b244d.tar.xz |
Remove the nowadays unneeded memory limitting malloc() wrapper.
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/common/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liblzma/common/Makefile.am b/src/liblzma/common/Makefile.am index 2f5532e4..e8794b5b 100644 --- a/src/liblzma/common/Makefile.am +++ b/src/liblzma/common/Makefile.am @@ -33,7 +33,6 @@ libcommon_la_SOURCES = \ index.c \ index.h \ init.c \ - memory_limiter.c \ stream_flags_common.c \ stream_flags_common.h \ vli_size.c |