diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-08 07:18:49 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-08 07:18:49 (GMT) |
commit | 34ba941736b434a6c1453feec35d04ed7b0a59e5 (patch) | |
tree | 63468d113fc12f3996012bed785d7e6ad6646b28 /plugins/check_load.c | |
parent | 4b8ebd84084b89dfd2763a29936482099142d04c (diff) | |
download | monitoring-plugins-34ba941736b434a6c1453feec35d04ed7b0a59e5.tar.gz |
remove unused variables
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@173 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_load.c')
-rw-r--r-- | plugins/check_load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_load.c b/plugins/check_load.c index 3c0ecad..5caffbe 100644 --- a/plugins/check_load.c +++ b/plugins/check_load.c | |||
@@ -151,7 +151,7 @@ main (int argc, char **argv) | |||
151 | int | 151 | int |
152 | process_arguments (int argc, char **argv) | 152 | process_arguments (int argc, char **argv) |
153 | { | 153 | { |
154 | int c, i = 0; | 154 | int c = 0; |
155 | 155 | ||
156 | #ifdef HAVE_GETOPT_H | 156 | #ifdef HAVE_GETOPT_H |
157 | int option_index = 0; | 157 | int option_index = 0; |