aboutsummaryrefslogtreecommitdiff
path: root/Utility/Path.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-07 12:29:34 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-07 12:29:34 -0400
commit6a44b7716aa702a068b301cc8608c0116a5cd90f (patch)
tree8773d46c1bd73117cfd09857dcc28ad74554f9b5 /Utility/Path.hs
parentcf9af38cf75618e2953c5b537d8f7c1fe353aa63 (diff)
parent4542ddaf4e58da6d02d41e6365d68506df8ccd4c (diff)
Merge branch 'master' into smudge
Diffstat (limited to 'Utility/Path.hs')
-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