From ed9cdb350e0bae8523b9d60cd414730c7d515829 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 2 Jun 2016 16:59:15 -0400 Subject: refactor isBareRepo --- Command.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'Command.hs') 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] -- cgit v1.2.3