TODO--
authorSebastian Dransfeld <sd@tango.flipp.net>
Thu, 10 Feb 2011 14:26:20 +0000 (14:26 +0000)
committerSebastian Dransfeld <sd@tango.flipp.net>
Thu, 10 Feb 2011 14:26:20 +0000 (14:26 +0000)
We can't check in cache, as the path might not exist on disk.

SVN revision: 56915

legacy/efreet/src/lib/efreet_utils.c

index 90b2b54..ff212da 100644 (file)
@@ -119,7 +119,6 @@ efreet_util_path_to_file_id(const char *path)
     char *base;
     const char *file_id;
 
-    /* TODO: Check if searching in cache is fast enough */
     if (!path) return NULL;
     file_id = eina_hash_find(file_id_by_desktop_path, path);
     if (file_id) return file_id;