suppress a few "unused function" warnings
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -122,11 +122,6 @@ static inline void reset_outbuf(void)
|
||||
cur_outbuf = outbuf;
|
||||
}
|
||||
|
||||
static inline int outbuf_count(void)
|
||||
{
|
||||
return cur_outbuf - outbuf;
|
||||
}
|
||||
|
||||
static void print_outbuf(void)
|
||||
{
|
||||
int sz = cur_outbuf - outbuf;
|
||||
|
||||
Reference in New Issue
Block a user