aboutsummaryrefslogtreecommitdiff
path: root/src/tool_operate.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-08-06 23:32:49 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-08-06 23:32:49 +0200
commit77c66e02472f9db38957044a3fdcc7f78640abf2 (patch)
tree3b504687650841d4f19fa93a21ae59ce623180e7 /src/tool_operate.c
parent9f304291bd72aae66944cd7523707e1b88c6ad7b (diff)
operate: fix clang-analyzer warning
Value stored to 'separator' is never read
Diffstat (limited to 'src/tool_operate.c')
-rw-r--r--src/tool_operate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tool_operate.c b/src/tool_operate.c
index f4abc3b75..b22dc5379 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;