Decompressors: remove unused function from unlzma.c From: Lasse Collin Signed-off-by: Lasse Collin Signed-off-by: Jan Beulich --- a/xen/common/unlzma.c +++ b/xen/common/unlzma.c @@ -121,12 +121,6 @@ static inline void INIT rc_init_code(str } -/* 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) {