remove unused
This commit is contained in:
parent
c21c0cd885
commit
863db16e53
1 changed files with 0 additions and 6 deletions
|
@ -54,12 +54,6 @@ versionField = annexConfig "version"
|
|||
getVersion :: Annex (Maybe RepoVersion)
|
||||
getVersion = annexVersion <$> Annex.getGitConfig
|
||||
|
||||
versionSupportsDirectMode :: Annex Bool
|
||||
versionSupportsDirectMode = go <$> getVersion
|
||||
where
|
||||
go (Just v) | v >= RepoVersion 6 = False
|
||||
go _ = True
|
||||
|
||||
versionSupportsUnlockedPointers :: Annex Bool
|
||||
versionSupportsUnlockedPointers = go <$> getVersion
|
||||
where
|
||||
|
|
Loading…
Add table
Reference in a new issue