Cleanup: Removed unneeded code
This commit is contained in:
parent
734b10e650
commit
805c683c1a
|
@ -104,10 +104,6 @@ CheckClass::Var *CheckClass::getVarList(const Token *tok1, bool withClasses, boo
|
||||||
if (next->str() == "__property")
|
if (next->str() == "__property")
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
// Type definitions shall be ignored..
|
|
||||||
if (next->str() == "typedef")
|
|
||||||
continue;
|
|
||||||
|
|
||||||
// Is it a static variable?
|
// Is it a static variable?
|
||||||
bool isStatic = false;
|
bool isStatic = false;
|
||||||
if (next->str() == "static")
|
if (next->str() == "static")
|
||||||
|
|
Loading…
Reference in New Issue