Skip to content
Snippets Groups Projects
Commit c66bf9a3 authored by Mark Spencer's avatar Mark Spencer
Browse files

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
parent 8968d509
No related branches found
No related tags found
No related merge requests found
......@@ -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++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment