summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Utility/Path.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Utility/Path.hs b/Utility/Path.hs
index 1771d1e6d..f3290d8d9 100644
--- a/Utility/Path.hs
+++ b/Utility/Path.hs
@@ -288,7 +288,6 @@ fileNameLengthLimit dir = do
if l <= 0
then return 255
else return $ minimum [l, 255]
- where
#endif
{- Given a string that we'd like to use as the basis for FilePath, but that