]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - osl.c
Remove unused -E_LSTAT.
[paraslash.git] / osl.c
diff --git a/osl.c b/osl.c
index 7f6ffdb9094a4b4deb12c49a876f6118a05473e5..fa37dea95ce42faec7131e0b371c837790361c3d 100644 (file)
--- a/osl.c
+++ b/osl.c
@@ -289,7 +289,6 @@ int for_each_file_in_dir(const char *dirname,
                        continue;
                if (!strcmp(entry->d_name, ".."))
                        continue;
-               ret = -E_OSL_LSTAT;
                if (lstat(entry->d_name, &s) == -1)
                        continue;
                m = s.st_mode;