diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-06 16:36:35 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-06 16:36:35 -0400 |
commit | 81986f63d47e0618d403feb1bfe77611131bbeac (patch) | |
tree | 8fffe3c694ec701fb8cab730398e0a4e2c28c454 /Utility/Path.hs | |
parent | e0d2d182d6b31a7d24333b147a721fdbf5b3941f (diff) |
cleanup
Diffstat (limited to 'Utility/Path.hs')
-rw-r--r-- | Utility/Path.hs | 1 |
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 |