From 77c66e02472f9db38957044a3fdcc7f78640abf2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 6 Aug 2012 23:32:49 +0200 Subject: [PATCH] operate: fix clang-analyzer warning Value stored to 'separator' is never read --- src/tool_operate.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tool_operate.c b/src/tool_operate.c index f4abc3b..b22dc53 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; -- 2.7.4