提交 e4999bbe 编写于 作者: R Rickard Strandqvist 提交者: Brian Norris

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: NRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Reviewed-by: NRichard Weinberger <richard@nod.at>
Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
上级 6958024a
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册