From: Daniel Stenberg Date: Mon, 6 Aug 2012 21:32:49 +0000 (+0200) Subject: operate: fix clang-analyzer warning X-Git-Tag: curl-7_28_0~136 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77c66e02472f9db38957044a3fdcc7f78640abf2;p=thirdparty%2Fcurl.git operate: fix clang-analyzer warning Value stored to 'separator' is never read --- diff --git a/src/tool_operate.c b/src/tool_operate.c index f4abc3b759..b22dc53799 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -479,7 +479,6 @@ int operate(struct Configurable *config, int argc, argv_item_t argv[]) int urlnum; uploadfile = NULL; - separator = 0; urls = NULL; urlnum = 0;