diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-06-03 14:23:10 +0200 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2018-10-22 16:30:31 +0200 |
commit | 577edf4725dfc3e6474042a0e0d6585b744b2b8c (patch) | |
tree | 9de8f3a87cdc7121b8e3a2a458a3242fc0fa888e | |
parent | 58117296328e5a013e79e6004c109cd811298157 (diff) | |
download | monitoring-plugins-577edf4725dfc3e6474042a0e0d6585b744b2b8c.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) check_http (); } -#if 0 - -int main(int argc, char *argv[]) { - - for (; i < argc; i++) { - - } - printf("\n"); -#endif - /* check whether a file exists */ void test_file (char *path) |