diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-15 01:15:27 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-15 01:15:27 +0530 |
commit | 96303e10f39a379fef0f4262d33334057f9d2aef (patch) | |
tree | 201b2f8f9964437e0f2270d8cf581e942522f67b | |
parent | 7b9234f394b688991a5b601ff1e487a19de29870 (diff) | |
download | tinyproxy-96303e10f39a379fef0f4262d33334057f9d2aef.tar.gz tinyproxy-96303e10f39a379fef0f4262d33334057f9d2aef.zip |
Remove unused variable
Diffstat (limited to '')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |