artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e86c64c
)
Remove unused function.
author
lum
<lum@openbsd.org>
Mon, 19 Jul 2010 04:41:28 +0000
(
04:41
+0000)
committer
lum
<lum@openbsd.org>
Mon, 19 Jul 2010 04:41:28 +0000
(
04:41
+0000)
ok canacar@
usr.bin/systat/engine.c
patch
|
blob
|
history
diff --git
a/usr.bin/systat/engine.c
b/usr.bin/systat/engine.c
index
0b1baa2
..
9b7aa33
100644
(file)
--- a/
usr.bin/systat/engine.c
+++ b/
usr.bin/systat/engine.c
@@
-1,4
+1,4
@@
-/* $Id: engine.c,v 1.1
2 2010/07/16 05:22:4
8 lum Exp $ */
+/* $Id: engine.c,v 1.1
3 2010/07/19 04:41:2
8 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