summaryrefslogtreecommitdiffstats
path: root/Python/import.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/import.c')
-rw-r--r--Python/import.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c
index 236a68d..317e2c8 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -1141,7 +1141,6 @@ case_ok(char *buf, int len, int namelen, char *name)
}
(void)closedir(dirp);
return 0 ; /* Not found */
-}
/* assuming it's a case-sensitive filesystem, so there's nothing to do! */
#else