diff --git a/src/main.c b/src/main.c index 4dd4e60..bd5babf 100644 --- a/src/main.c +++ b/src/main.c @@ -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 */