aboutsummaryrefslogtreecommitdiffstats
path: root/src/ruleparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruleparser.h')
-rw-r--r--src/ruleparser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ruleparser.h b/src/ruleparser.h
index 9525f14..d70a39b 100644
--- a/src/ruleparser.h
+++ b/src/ruleparser.h
@@ -50,8 +50,7 @@ public:
enum Action {
Ignore,
- Export,
- Recurse
+ Export
} action;
Match() : minRevision(-1), maxRevision(-1), lineNumber(0), action(Ignore) { }