tRemove unused variable - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit c6c0df719bf603a7547cc1f85c1179957d96344b
DIR parent 39cb20126307a1a08d254a74ece18d56c02f04f3
HTML Author: Ben Webb <ben@salilab.org>
Date: Tue, 3 Nov 2020 01:11:13 -0800
Remove unused variable
Diffstat:
M src/network.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/src/network.c b/src/network.c
t@@ -1321,7 +1321,6 @@ gboolean OpenCurlConnection(CurlConnection *conn, char *URL, char *body,
}
if (conn->h) {
- const char *errstr;
int still_running;
CURLMcode mres;
if (body && !CurlEasySetopt1(conn->h, CURLOPT_COPYPOSTFIELDS, body, err)) {