diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2010-01-16 13:58:02 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2010-01-16 13:58:02 +0000 |
commit | faadd43b94feb5bb345d8fd7482abd9a42e4fbd4 (patch) | |
tree | a46b95a82175d85fe1f4e2fda1bee2cd6dbbfc0d /legacy/ecore/src/lib/ecore_file/ecore_file.c | |
parent | a1270e579671594aaf3d2af941d3822e83df0cbf (diff) |
statement not reached
SVN revision: 45224
Diffstat (limited to '')
-rw-r--r-- | legacy/ecore/src/lib/ecore_file/ecore_file.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file.c b/legacy/ecore/src/lib/ecore_file/ecore_file.c index b3599fd18b..9c811a36d4 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file.c +++ b/legacy/ecore/src/lib/ecore_file/ecore_file.c | |||
@@ -361,8 +361,6 @@ ecore_file_recursive_rm(const char *dir) | |||
361 | if (ret == -1) return 0; | 361 | if (ret == -1) return 0; |
362 | return ecore_file_unlink(dir); | 362 | return ecore_file_unlink(dir); |
363 | } | 363 | } |
364 | |||
365 | return 1; | ||
366 | } | 364 | } |
367 | 365 | ||
368 | static inline int | 366 | static inline int |