From fdff477b9f942cecce85e651ec22b73f9a3a0272 Mon Sep 17 00:00:00 2001 From: landley Date: Fri, 30 Jun 2006 20:30:10 +0000 Subject: Make another warning go away. git-svn-id: svn://busybox.net/trunk/busybox@15561 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- procps/top.c | 1 - 1 file changed, 1 deletion(-) 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 */ -- cgit v1.2.3-55-g6feb