ecore_con: remove unused variable

SVN revision: 48821
This commit is contained in:
Sebastian Dransfeld 2010-05-13 20:24:16 +00:00
parent 2c74596411
commit 0f4eb30d82
1 changed files with 0 additions and 2 deletions

View 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;