summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-06-03 12:23:10 (GMT)
committerSven Nierlein <sven@nierlein.de>2018-10-22 14:30:31 (GMT)
commit577edf4725dfc3e6474042a0e0d6585b744b2b8c (patch)
tree9de8f3a87cdc7121b8e3a2a458a3242fc0fa888e
parent58117296328e5a013e79e6004c109cd811298157 (diff)
downloadmonitoring-plugins-577edf4725dfc3e6474042a0e0d6585b744b2b8c.tar.gz
check_curl: removed some dead code
-rw-r--r--plugins/check_curl.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c
index aa17d84..4fe8937 100644
--- a/plugins/check_curl.c
+++ b/plugins/check_curl.c
@@ -1069,16 +1069,6 @@ redir (curlhelp_write_curlbuf* header_buf)
1069 check_http (); 1069 check_http ();
1070} 1070}
1071 1071
1072#if 0
1073
1074int main(int argc, char *argv[]) {
1075
1076 for (; i < argc; i++) {
1077
1078 }
1079 printf("\n");
1080#endif
1081
1082/* check whether a file exists */ 1072/* check whether a file exists */
1083void 1073void
1084test_file (char *path) 1074test_file (char *path)