summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-06-03 12:23:10 (GMT)
committerAndreas Baumann <mail@andreasbaumann.cc>2018-06-03 12:23:10 (GMT)
commit50bda03d27649119ca8a71a1ca96b88f1b81e50f (patch)
tree5ebd601e30686faf8474451a3503a78ee8c334e3
parent5e46233e2ea5c0d6bcbbd59fb75b07b33f6ce6cc (diff)
downloadmonitoring-plugins-50bda03.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)