ecore_con: remove unused variable
authorenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 13 May 2010 20:24:16 +0000 (20:24 +0000)
committerenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 13 May 2010 20:24:16 +0000 (20:24 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@48821 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/ecore_con_url.c

index 96b151b..4590939 100644 (file)
@@ -876,8 +876,6 @@ EAPI int
 ecore_con_url_http_post_send(Ecore_Con_Url *url_con, void *httppost)
 {
 #ifdef HAVE_CURL
-  int ret;
-
   if (url_con->post)
     curl_formfree(url_con->post);
   url_con->post = NULL;