From 0b61854f07f597507236574cf5aa08dfeaa1d06c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Fri, 15 Feb 2019 08:09:21 -0500 Subject: [PATCH] neo4j: remove unused curl handle (using a now private class) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/neo4j/neo4j.nit | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/neo4j/neo4j.nit b/lib/neo4j/neo4j.nit index 665ecdb..b281c69 100644 --- a/lib/neo4j/neo4j.nit +++ b/lib/neo4j/neo4j.nit @@ -111,8 +111,6 @@ class Neo4jClient # REST service to send cypher requests private var cypher_url: String - private var curl = new Curl - init(base_url: String) do self.base_url = base_url var root = service_root -- 1.7.9.5