cleanup
This commit is contained in:
parent
4591569607
commit
969d54f914
1 changed files with 0 additions and 1 deletions
|
@ -288,7 +288,6 @@ fileNameLengthLimit dir = do
|
||||||
if l <= 0
|
if l <= 0
|
||||||
then return 255
|
then return 255
|
||||||
else return $ minimum [l, 255]
|
else return $ minimum [l, 255]
|
||||||
where
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
{- Given a string that we'd like to use as the basis for FilePath, but that
|
{- Given a string that we'd like to use as the basis for FilePath, but that
|
||||||
|
|
Loading…
Reference in a new issue