From 1602441997715867882c9ff2102cb13bcfd241ee Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 24 Dec 2007 21:45:58 -0200 Subject: Remove the recurse rule --- src/ruleparser.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ruleparser.h') 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) { } -- cgit v1.2.1