remove unused contentFile = Nothing
This commit is contained in:
parent
25e4ab7e81
commit
ee4fd38ecf
11 changed files with 32 additions and 40 deletions
|
@ -171,7 +171,7 @@ start o si file addunlockedmatcher = do
|
|||
perform :: AddOptions -> RawFilePath -> AddUnlockedMatcher -> CommandPerform
|
||||
perform o file addunlockedmatcher = withOtherTmp $ \tmpdir -> do
|
||||
lockingfile <- not <$> addUnlocked addunlockedmatcher
|
||||
(MatchingFile (FileInfo (Just file) file Nothing))
|
||||
(MatchingFile (FileInfo file file Nothing))
|
||||
True
|
||||
let cfg = LockDownConfig
|
||||
{ lockingFile = lockingfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue