From: Joey Hess Date: Sun, 6 Dec 2015 20:36:35 +0000 (-0400) Subject: cleanup X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~322^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=969d54f9148e0374c6b60e6fd58517c6497464b1;p=git-annex.git cleanup --- diff --git a/Utility/Path.hs b/Utility/Path.hs index 1771d1e6d6..f3290d8d9e 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