remove unused code
This commit is contained in:
parent
e49e6a403b
commit
b27b0d5cd4
1 changed files with 0 additions and 5 deletions
|
@ -17,7 +17,6 @@ module GitRepo (
|
|||
repoIsUrl,
|
||||
repoIsSsh,
|
||||
repoIsLocalBare,
|
||||
repoIsLocalFull,
|
||||
repoDescribe,
|
||||
repoLocation,
|
||||
workTree,
|
||||
|
@ -170,10 +169,6 @@ repoIsLocalBare :: Repo -> Bool
|
|||
repoIsLocalBare r@(Repo { location = Dir _ }) = configAvail r && configBare r
|
||||
repoIsLocalBare _ = False
|
||||
|
||||
repoIsLocalFull :: Repo -> Bool
|
||||
repoIsLocalFull r@(Repo { location = Dir _ }) = configAvail r && not (configBare r)
|
||||
repoIsLocalFull _ = False
|
||||
|
||||
assertLocal :: Repo -> a -> a
|
||||
assertLocal repo action =
|
||||
if not $ repoIsUrl repo
|
||||
|
|
Loading…
Reference in a new issue