From 50bda03d27649119ca8a71a1ca96b88f1b81e50f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 3 Jun 2018 14:23:10 +0200 Subject: check_curl: removed some dead code 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) 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) -- cgit v0.10-9-g596f