aboutsummaryrefslogtreecommitdiffstats
path: root/src/ruleparser.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago@cassini.local.lan>2007-12-24 21:45:58 -0200
committerThiago Macieira <thiago@cassini.local.lan>2007-12-24 21:45:58 -0200
commit1602441997715867882c9ff2102cb13bcfd241ee (patch)
tree299f4108532dcb226b10ecf427ab579708a676df /src/ruleparser.h
parentb019fed71c84032e3f21fa219b6b118e6dde2928 (diff)
downloadsvn2git-1602441997715867882c9ff2102cb13bcfd241ee.tar
svn2git-1602441997715867882c9ff2102cb13bcfd241ee.tar.gz
svn2git-1602441997715867882c9ff2102cb13bcfd241ee.tar.bz2
svn2git-1602441997715867882c9ff2102cb13bcfd241ee.tar.xz
svn2git-1602441997715867882c9ff2102cb13bcfd241ee.zip
Remove the recurse rule
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) { }