From: lum Date: Mon, 19 Jul 2010 04:41:28 +0000 (+0000) Subject: Remove unused function. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d663e88f0af5d4d444ebfc4addd554a73fa9fbb0;p=openbsd Remove unused function. ok canacar@ --- diff --git a/usr.bin/systat/engine.c b/usr.bin/systat/engine.c index 0b1baa210dc..9b7aa3383b4 100644 --- a/usr.bin/systat/engine.c +++ b/usr.bin/systat/engine.c @@ -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 * @@ -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