projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b6b5ca
)
Decompressors: remove unused function from lib/decompress_unlzma.c
author
Lasse Collin
<
[email protected]
>
Thu, 13 Jan 2011 01:01:16 +0000
(17:01 -0800)
committer
Linus Torvalds
<
[email protected]
>
Thu, 13 Jan 2011 16:03:23 +0000
(08:03 -0800)
Signed-off-by: Lasse Collin <
[email protected]
>
Cc: "H. Peter Anvin" <
[email protected]
>
Cc: Alain Knaff <
[email protected]
>
Cc: Albin Tonnerre <
[email protected]
>
Cc: Phillip Lougher <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
lib/decompress_unlzma.c
patch
|
blob
|
history
diff --git
a/lib/decompress_unlzma.c
b/lib/decompress_unlzma.c
index 946b83be3bcc1821a4cadb8f54c0d579b32f77cf..48173594ce01400d2fca2d61423e94f4edf5fb6e 100644
(file)
--- a/
lib/decompress_unlzma.c
+++ b/
lib/decompress_unlzma.c
@@
-127,12
+127,6
@@
static inline void INIT rc_init_code(struct rc *rc)
}
-/* Called once. TODO: bb_maybe_free() */
-static inline void INIT rc_free(struct rc *rc)
-{
- free(rc->buffer);
-}
-
/* Called twice, but one callsite is in inline'd rc_is_bit_0_helper() */
static void INIT rc_do_normalize(struct rc *rc)
{