From c66bf9a3265ffb8ff38e04470248f7282d05f42c Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Mon, 31 May 2004 16:43:35 +0000 Subject: [PATCH] Trivial removal of unused variable when not on linux (bug #1753) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3118 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- asterisk.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/asterisk.c b/asterisk.c index 2243a97042..e6e74efaaa 100755 --- a/asterisk.c +++ b/asterisk.c @@ -898,7 +898,9 @@ static char *cli_prompt(EditLine *el) int i; struct timeval tv; struct tm tm; +#ifdef linux FILE *LOADAVG; +#endif int fgcolor = COLOR_WHITE, bgcolor = COLOR_BLACK; t++;