aboutsummaryrefslogtreecommitdiff
path: root/lib/istore.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/istore.c')
-rw-r--r--lib/istore.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/istore.c b/lib/istore.c
index dea3a53..8b46b64 100644
--- a/lib/istore.c
+++ b/lib/istore.c
@@ -29,7 +29,6 @@ acc_cb(void *ptr, size_t size, size_t nmemb, void *data)
CURL *
instance_store_curl_new(struct grecs_txtacc *acc)
{
- CURLcode res;
CURL *curl;
curl = curl_easy_init();
@@ -46,7 +45,6 @@ instance_store_read(const char *url, CURL *curl)
{
CURLcode res;
long http_resp;
- char *text;
curl_easy_setopt(curl, CURLOPT_URL, url);

Return to:

Send suggestions and report system problems to the System administrator.