From: Mark Spencer Date: Mon, 31 May 2004 16:43:35 +0000 (+0000) Subject: Trivial removal of unused variable when not on linux (bug #1753) X-Git-Tag: 1.0.0-rc1~337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c66bf9a3265ffb8ff38e04470248f7282d05f42c;p=thirdparty%2Fasterisk.git 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 --- 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++;