Kaydet (Commit) 7a83696a authored tarafından Pierre-André Jacquod's avatar Pierre-André Jacquod

[cppchecker] superfluous variable deleted

üst 3979fb5b
......@@ -450,9 +450,7 @@ CeAdmin::Get_SignatureText( StreamStr & o_rOut,
? i_sParameterNames->end()
: aDummy.end();
bool
bEmpty = (it == it_end);
if (NOT bEmpty)
if (NOT (it == it_end) )
{
o_rOut << "( ";
Types().Get_TypeText(o_rOut, *it);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment