diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-04-04 19:12:16 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-04-04 19:12:16 +0000 |
commit | 745c22858b17974b61a4f37a9416663911084dab (patch) | |
tree | 9e589ac303592470f71f59020bf8e4811a732ffc /usr.bin | |
parent | 45e8d8c3a1eeac63f040e8aaa0e108253190eca8 (diff) |
garbage collect unused var ospeed; from Mark Lumsden
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/top/screen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/top/screen.c b/usr.bin/top/screen.c index b8a46f8a70b..a3ac369e10d 100644 --- a/usr.bin/top/screen.c +++ b/usr.bin/top/screen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: screen.c,v 1.15 2007/03/30 19:21:19 otto Exp $ */ +/* $OpenBSD: screen.c,v 1.16 2007/04/04 19:12:15 otto Exp $ */ /* * Top users/processes display for Unix @@ -57,7 +57,6 @@ char string_buffer[1024], home[15], lower_left[15]; char *clear_line, *clear_scr, *clear_to_end; char *cursor_motion, *start_standout, *end_standout; char *terminal_init, *terminal_end; -short ospeed; static struct termios old_settings, new_settings; |