summaryrefslogtreecommitdiffstats
path: root/plugins/check_http.c
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2002-11-08 07:18:49 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2002-11-08 07:18:49 (GMT)
commit34ba941736b434a6c1453feec35d04ed7b0a59e5 (patch)
tree63468d113fc12f3996012bed785d7e6ad6646b28 /plugins/check_http.c
parent4b8ebd84084b89dfd2763a29936482099142d04c (diff)
downloadmonitoring-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_http.c')
-rw-r--r--plugins/check_http.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c
index 44b55a7..594a368 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -269,8 +269,7 @@ main (int argc, char **argv)
269int 269int
270process_arguments (int argc, char **argv) 270process_arguments (int argc, char **argv)
271{ 271{
272 int c, i = 1; 272 int c = 1;
273 char optchars[MAX_INPUT_BUFFER];
274 273
275#ifdef HAVE_GETOPT_H 274#ifdef HAVE_GETOPT_H
276 int option_index = 0; 275 int option_index = 0;