fileman: remove temporary fix.

Efreet should now properly unmap the correct address.
The unmap was causing a SIGBUS. Removing this bogosity.
Won't affect e22.
This commit is contained in:
Alastair Poole 2018-06-01 14:37:44 +01:00
parent e2d449348f
commit 8ee7cf979f
1 changed files with 0 additions and 5 deletions

View File

@ -113,11 +113,6 @@ _e_mod_menu_populate_filter(void *data EINA_UNUSED, Eio_File *handler, const Ein
if (eio_file_check(handler)) return EINA_FALSE;
#if defined(__FreeBSD__) || defined(__DragonFly__)
/* XXX: Accessing tmp is causing SIGBUS issues. */
if (!strncmp(info->path, "/tmp", 3)) return EINA_FALSE;
#endif
count = (long) eio_file_associate_find(handler, "count");
if (count > 100)
{