diff options
Diffstat (limited to 'shell/e-local-storage.c')
-rw-r--r-- | shell/e-local-storage.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c index 201103ce30..854fb35700 100644 --- a/shell/e-local-storage.c +++ b/shell/e-local-storage.c @@ -504,11 +504,6 @@ remove_folder (ELocalStorage *local_storage, result = remove_folder_directory (E_LOCAL_STORAGE (local_storage), path); - if (result != E_STORAGE_OK) { - g_free (physical_path); - return result; - } - return result; } |