remove unused variable

SVN revision: 60417
This commit is contained in:
Mike Blumenkrantz 2011-06-17 04:00:28 +00:00
parent b78bdd3d34
commit 20634af237
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ eeze_disk_mountopts_get(Eeze_Disk *disk)
EAPI Eina_Bool
eeze_disk_mount_wrapper_set(Eeze_Disk *disk, const char *wrapper)
{
struct stat s;
EINA_SAFETY_ON_NULL_RETURN_VAL(disk, EINA_FALSE);
if (wrapper) EINA_SAFETY_ON_TRUE_RETURN_VAL(!*wrapper, EINA_FALSE);
else