Remove unused variable

This commit is contained in:
Mukund Sivaraman 2009-09-15 01:15:27 +05:30
parent 7b9234f394
commit 96303e10f3

View File

@ -47,7 +47,6 @@ RETSIGTYPE takesig (int sig);
* Global Structures
*/
struct config_s config;
float load = 0.00;
unsigned int received_sighup = FALSE; /* boolean */
unsigned int processed_config_file = FALSE; /* boolean */