summaryrefslogtreecommitdiff
path: root/extractor/rule_extractor_helper.h
diff options
context:
space:
mode:
authorPaul Baltescu <pauldb89@gmail.com>2013-03-06 19:43:54 +0000
committerPaul Baltescu <pauldb89@gmail.com>2013-03-06 19:43:54 +0000
commit0c30e5f14d415ec9a399ca4af82cee1885e60f4f (patch)
treebdcb51aa1f2aca6586dee797f439eac97770214c /extractor/rule_extractor_helper.h
parentfa9a4f72cb1fc8de823a11db4e510fccbe1c3532 (diff)
Unit test for RuleExtractorHelper.
Diffstat (limited to 'extractor/rule_extractor_helper.h')
-rw-r--r--extractor/rule_extractor_helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/extractor/rule_extractor_helper.h b/extractor/rule_extractor_helper.h
index 95274df6..7bf80c4b 100644
--- a/extractor/rule_extractor_helper.h
+++ b/extractor/rule_extractor_helper.h
@@ -57,7 +57,6 @@ class RuleExtractorHelper {
virtual vector<int> GetGapOrder(const vector<pair<int, int> >& gaps) const;
- // TODO(pauldb): Add unit tests.
virtual unordered_map<int, int> GetSourceIndexes(
const vector<int>& matching, const vector<int>& chunklen,
int starts_with_x) const;