summaryrefslogtreecommitdiff
path: root/Command.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command.hs')
-rw-r--r--Command.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Command.hs b/Command.hs
index 9f45e088f..82c8b3cc1 100644
--- a/Command.hs
+++ b/Command.hs
@@ -91,9 +91,6 @@ stop = return Nothing
stopUnless :: Annex Bool -> Annex (Maybe a) -> Annex (Maybe a)
stopUnless c a = ifM c ( a , stop )
-isBareRepo :: Annex Bool
-isBareRepo = fromRepo Git.repoIsLocalBare
-
commonChecks :: [CommandCheck]
commonChecks = [repoExists]