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 :: IO FuzzDir
|
||||||
genFuzzDir = mkFuzzDir <$> (getStdRandom (randomR (1,16)) :: IO Int)
|
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
|
data TimeStampedFuzzAction
|
||||||
= Started UTCTime FuzzAction
|
= Started UTCTime FuzzAction
|
||||||
| Finished UTCTime Bool
|
| Finished UTCTime Bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue