Remove redundant return statement.

Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>

SVN revision: 83454
This commit is contained in:
Sanjeev BA 2013-01-30 00:27:28 +00:00
parent d9e05b1b40
commit 7b55dc5135
1 changed files with 1 additions and 2 deletions

View File

@ -145,7 +145,6 @@ _ecore_file_download(const char *url,
ERR("no job returned\n");
return EINA_FALSE;
}
return job ? EINA_TRUE : EINA_FALSE;
}
#else
else if ((!strncmp(url, "http://", 7)) || (!strncmp(url, "https://", 8)) ||