diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2011-01-12 20:01:16 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-13 11:03:23 -0500 |
commit | 22e4420820bdab66fee8c0b0a8acdd35c1000595 (patch) | |
tree | 470e487a7d828fb0dd27e92dced1628840d8f14a /lib | |
parent | 2b6b5caa6d05579bd1501006e34feec1b2aef8c4 (diff) |
Decompressors: remove unused function from lib/decompress_unlzma.c
Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Alain Knaff <alain@knaff.lu>
Cc: Albin Tonnerre <albin.tonnerre@free-electrons.com>
Cc: Phillip Lougher <phillip@lougher.demon.co.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/decompress_unlzma.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/decompress_unlzma.c b/lib/decompress_unlzma.c index 946b83be3bcc..48173594ce01 100644 --- a/lib/decompress_unlzma.c +++ b/lib/decompress_unlzma.c | |||
@@ -127,12 +127,6 @@ static inline void INIT rc_init_code(struct rc *rc) | |||
127 | } | 127 | } |
128 | 128 | ||
129 | 129 | ||
130 | /* Called once. TODO: bb_maybe_free() */ | ||
131 | static inline void INIT rc_free(struct rc *rc) | ||
132 | { | ||
133 | free(rc->buffer); | ||
134 | } | ||
135 | |||
136 | /* Called twice, but one callsite is in inline'd rc_is_bit_0_helper() */ | 130 | /* Called twice, but one callsite is in inline'd rc_is_bit_0_helper() */ |
137 | static void INIT rc_do_normalize(struct rc *rc) | 131 | static void INIT rc_do_normalize(struct rc *rc) |
138 | { | 132 | { |