提交 a567bbbb 编写于 作者: J Jesse Zhang

Remove no-op print from test.

The method called doesn't actually do any printing, and we don't assert
on the output. Removing the call doesn't even change the program output.
上级 420f3eb0
......@@ -310,7 +310,6 @@ CTreeMapTest::EresUnittest_Unrank()
oss << "=== tree rank: " << ulRank << " ===" << std::endl;
BOOL fFlag = true;
CNode *pnd = ptmap->PrUnrank(mp, &fFlag, ulRank);
(void) pnd->OsPrint(oss);
pnd->Release();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册