elm_web.c: removed unnecessary assignment.

this fixes dereference after null check warning which was spotted by coverity. CID 1040033.
This commit is contained in:
Daniel Juyung Seo 2013-07-06 12:22:26 +09:00
parent 2540d5770a
commit 2d8238b9f2
1 changed files with 0 additions and 1 deletions

View File

@ -1534,7 +1534,6 @@ _url_set(Eo *obj, void *_pd EINA_UNUSED, va_list *list)
if (ret) *ret = int_ret;
#else
(void)url;
*ret = EINA_FALSE;
(void)obj;
#endif
}