Unit Testing: Testing the statement list
This commit is contained in:
parent
5450b64a8a
commit
ac6ce3a0d1
|
@ -49,12 +49,6 @@ static void AppendStatement(STATEMENT::etype Type, TOKEN *tok, std::string Var="
|
|||
}
|
||||
}
|
||||
|
||||
if ( PointerType )
|
||||
{
|
||||
if ( ! ShowAll && ! IsStandardType(PointerType) )
|
||||
return;
|
||||
}
|
||||
|
||||
Statements.push_back(NewStatement);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue