From a526c30cc5eba52163b18a256c2cc83d7b12ca53 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 30 Jun 2006 20:30:10 +0000 Subject: [PATCH] Make another warning go away. --- 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 */ -- 2.25.1