diff options
-rw-r--r-- | procps/top.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/procps/top.c b/procps/top.c index 172933cbe..bf30c23f6 100644 --- a/procps/top.c +++ b/procps/top.c | |||
@@ -402,7 +402,6 @@ int top_main(int argc, char **argv) | |||
402 | struct timeval tv; | 402 | struct timeval tv; |
403 | fd_set readfds; | 403 | fd_set readfds; |
404 | unsigned char c; | 404 | unsigned char c; |
405 | struct sigaction sa; | ||
406 | #endif /* CONFIG_FEATURE_USE_TERMIOS */ | 405 | #endif /* CONFIG_FEATURE_USE_TERMIOS */ |
407 | 406 | ||
408 | /* do normal option parsing */ | 407 | /* do normal option parsing */ |