1
0
Fork 0

jffs2: compr_rubin: Remove unused function

Remove the function pulledbits() that is not used anywhere.

This was partially found by using a static code analysis program called cppcheck.

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Reviewed-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
hifive-unleashed-5.1
Rickard Strandqvist 2015-01-11 17:36:48 +01:00 committed by Brian Norris
parent 6958024ad5
commit e4999bbe08
1 changed files with 0 additions and 5 deletions

View File

@ -84,11 +84,6 @@ static inline int pullbit(struct pushpull *pp)
return bit;
}
static inline int pulledbits(struct pushpull *pp)
{
return pp->ofs;
}
static void init_rubin(struct rubin_state *rs, int div, int *bits)
{