suppress a few "unused function" warnings
[oweals/busybox.git] / procps / nmeter.c
index f0eb3674058296397f96b386099c15852212eb6e..ae16d8548fccbd82b0b200a9f1bce53e76a182f9 100644 (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;