summaryrefslogtreecommitdiff
path: root/BackendTypes.hs
diff options
context:
space:
mode:
Diffstat (limited to 'BackendTypes.hs')
-rw-r--r--BackendTypes.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/BackendTypes.hs b/BackendTypes.hs
index e372099b2..548ef17a2 100644
--- a/BackendTypes.hs
+++ b/BackendTypes.hs
@@ -11,8 +11,7 @@ import Data.String.Utils
import qualified GitRepo as Git
-- command-line flags
-data Flag = Force | NoCommit | NeedCommit
- deriving (Eq, Read, Show)
+data Flag = Force deriving (Eq, Read, Show)
-- git-annex's runtime state type doesn't really belong here,
-- but it uses Backend, so has to be here to avoid a depends loop.