Browse Source

[2091b] cleanup: removed a leftover comment line

JINMEI Tatuya 12 years ago
parent
commit
1ee0d41198
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/datasrc/tests/rbtree_unittest.cc

+ 0 - 1
src/lib/datasrc/tests/rbtree_unittest.cc

@@ -748,7 +748,6 @@ TEST_F(RBTreeTest, getLastComparedNode) {
               tree.find(Name("bb"), &crbtnode, chain));
     EXPECT_EQ(expected_node, chain.getLastComparedNode());
     // bb < c, no common label
-    //comparisonChecks(chain, -1, 1, NameComparisonResult::COMMONANCESTOR);
     comparisonChecks(chain, -1, 0, NameComparisonResult::NONE);
     chain.clear();