Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 49f317c

Browse files
author
GustavoAngulo
committed
Removed unused function
1 parent 18a1467 commit 49f317c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

test/optimizer/optimizer_rule_test.cpp

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,7 @@ namespace test {
4747

4848
using namespace optimizer;
4949

50-
class OptimizerRuleTests : public PelotonTest {
51-
protected:
52-
GroupExpression *GetSingleGroupExpression(Memo &memo, GroupExpression *expr,
53-
int child_group_idx) {
54-
auto group = memo.GetGroupByID(expr->GetChildGroupId(child_group_idx));
55-
EXPECT_EQ(1, group->logical_expressions_.size());
56-
return group->logical_expressions_[0].get();
57-
}
58-
};
50+
class OptimizerRuleTests : public PelotonTest {};
5951

6052
TEST_F(OptimizerRuleTests, SimpleCommutativeRuleTest) {
6153
// Build op plan node to match rule

0 commit comments

Comments
 (0)