From d663e88f0af5d4d444ebfc4addd554a73fa9fbb0 Mon Sep 17 00:00:00 2001 From: lum Date: Mon, 19 Jul 2010 04:41:28 +0000 Subject: [PATCH] Remove unused function. ok canacar@ --- usr.bin/systat/engine.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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 -- 2.20.1