cleanup
authorJoey Hess <joeyh@joeyh.name>
Sun, 6 Dec 2015 20:36:35 +0000 (16:36 -0400)
committerJoey Hess <joeyh@joeyh.name>
Sun, 6 Dec 2015 20:36:35 +0000 (16:36 -0400)
Utility/Path.hs

index 1771d1e6d64b130e796165412a086cc0b32d3686..f3290d8d9e151018444b60822044ad1c45a5f780 100644 (file)
@@ -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