From b1ad6e6c57008adbb26f6f0674161340e8742c74 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 8 Feb 2014 14:52:25 -0400 Subject: remove dead code --- Command/FuzzTest.hs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Command/FuzzTest.hs b/Command/FuzzTest.hs index 2ed0fed62..08103edc8 100644 --- a/Command/FuzzTest.hs +++ b/Command/FuzzTest.hs @@ -146,13 +146,6 @@ genFuzzFile = do genFuzzDir :: IO FuzzDir genFuzzDir = mkFuzzDir <$> (getStdRandom (randomR (1,16)) :: IO Int) -localFile :: FilePath -> Bool -localFile f - | isAbsolute f = False - | ".." `isInfixOf` f = False - | ".git" `isPrefixOf` f = False - | otherwise = True - data TimeStampedFuzzAction = Started UTCTime FuzzAction | Finished UTCTime Bool -- cgit v1.2.3