remove redundant definition of lck
This commit is contained in:
parent
a83ff189d9
commit
099bfc2daf
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ checkTransfer t = do
|
|||
-- due to permissions problems, races, etc.
|
||||
void $ tryIO $ do
|
||||
mode <- annexFileMode
|
||||
let lck = transferLockFile tfile
|
||||
r <- tryLockExclusive (Just mode) lck
|
||||
case r of
|
||||
Just lockhandle -> liftIO $ do
|
||||
|
|
Loading…
Reference in a new issue