summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2009-09-15 01:15:27 +0530
committerMukund Sivaraman <muks@banu.com>2009-09-15 01:15:27 +0530
commit96303e10f39a379fef0f4262d33334057f9d2aef (patch)
tree201b2f8f9964437e0f2270d8cf581e942522f67b
parent7b9234f394b688991a5b601ff1e487a19de29870 (diff)
downloadtinyproxy-96303e10f39a379fef0f4262d33334057f9d2aef.tar.gz
tinyproxy-96303e10f39a379fef0f4262d33334057f9d2aef.zip
Remove unused variable
Diffstat (limited to '')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
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 */