diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-06-03 14:23:10 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-06-03 14:23:10 +0200 |
commit | 50bda03d27649119ca8a71a1ca96b88f1b81e50f (patch) | |
tree | 5ebd601e30686faf8474451a3503a78ee8c334e3 | |
parent | 5e46233e2ea5c0d6bcbbd59fb75b07b33f6ce6cc (diff) | |
download | monitoring-plugins-50bda03.tar.gz |
check_curl: removed some dead code
-rw-r--r-- | plugins/check_curl.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c index aa17d84d..4fe89378 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 | |||
1074 | int 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 */ |
1083 | void | 1073 | void |
1084 | test_file (char *path) | 1074 | test_file (char *path) |