mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
removed now useless code
This commit is contained in:
parent
fdbc313b8e
commit
a82ebbd8f2
1 changed files with 0 additions and 5 deletions
|
|
@ -48,11 +48,6 @@ bool ParameterizedTestAbstract::hasMoreParameters(int advance) const
|
|||
|
||||
void ParameterizedTestAbstract::onNewIteration(bool first)
|
||||
{
|
||||
if (!first && !hasMoreParameters(1))
|
||||
{
|
||||
first = true;
|
||||
}
|
||||
|
||||
if (first)
|
||||
{
|
||||
if (parametersCount() == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue