From: Rob Landley Date: Fri, 30 Jun 2006 20:30:10 +0000 (-0000) Subject: Make another warning go away. X-Git-Tag: 1_2_0~59 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a526c30cc5eba52163b18a256c2cc83d7b12ca53;p=oweals%2Fbusybox.git Make another warning go away. --- 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) struct timeval tv; fd_set readfds; unsigned char c; - struct sigaction sa; #endif /* CONFIG_FEATURE_USE_TERMIOS */ /* do normal option parsing */