aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/memory_usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/liblzma/common/memory_usage.c')
-rw-r--r--src/liblzma/common/memory_usage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liblzma/common/memory_usage.c b/src/liblzma/common/memory_usage.c
index b6f27957..8244c404 100644
--- a/src/liblzma/common/memory_usage.c
+++ b/src/liblzma/common/memory_usage.c
@@ -28,7 +28,6 @@ get_usage(const lzma_options_filter *filter, bool is_encoder)
uint64_t ret;
switch (filter->id) {
- case LZMA_FILTER_COPY:
case LZMA_FILTER_X86:
case LZMA_FILTER_POWERPC:
case LZMA_FILTER_IA64: