suppress a few "unused function" warnings

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2019-10-25 13:05:15 +02:00
parent 1f1492bb96
commit e5897d041d
4 changed files with 6 additions and 5 deletions

View File

@@ -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;