remove dead code
This commit is contained in:
parent
92edee0b04
commit
93319f0f6f
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue