tRemove unused variable - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit c6c0df719bf603a7547cc1f85c1179957d96344b
parent 39cb20126307a1a08d254a74ece18d56c02f04f3
Author: Ben Webb 
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(-)
---
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)) {