Remove unused function.
authorlum <lum@openbsd.org>
Mon, 19 Jul 2010 04:41:28 +0000 (04:41 +0000)
committerlum <lum@openbsd.org>
Mon, 19 Jul 2010 04:41:28 +0000 (04:41 +0000)
ok canacar@

usr.bin/systat/engine.c

index 0b1baa2..9b7aa33 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: engine.c,v 1.12 2010/07/16 05:22:48 lum Exp $   */
+/* $Id: engine.c,v 1.13 2010/07/19 04:41:28 lum Exp $   */
 /*
  * Copyright (c) 2001, 2007 Can Erkin Acar <canacar@openbsd.org>
  *
@@ -200,15 +200,6 @@ end_page(void)
        curr_line = 0;
 }
 
-void
-rawaddstr(char *s)
-{
-       if (rawmode)
-               printf("%s", s);
-       else
-               addstr(s);
-}
-
 /* field output functions */
 
 void