From: davemds Date: Mon, 31 Jan 2011 18:48:50 +0000 (+0000) Subject: :/ setting a const char * param to NULL ?? and after the return ?? :O X-Git-Tag: build/2012-07-04.173327~1326 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6146032660bce758a692b0498e90dbd60a477745;p=profile%2Fivi%2Fecore.git :/ setting a const char * param to NULL ?? and after the return ?? :O random spank git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56611 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_con/ecore_con_url.c b/src/lib/ecore_con/ecore_con_url.c index 7d1b23f..7fb115b 100644 --- a/src/lib/ecore_con/ecore_con_url.c +++ b/src/lib/ecore_con/ecore_con_url.c @@ -321,7 +321,6 @@ ecore_con_url_new(const char *url) return url_con; #else return NULL; - url = NULL; #endif }