Cleanup: Removed unneeded code

This commit is contained in:
Robert Reif 2010-04-02 18:55:27 +02:00 committed by Daniel Marjamäki
parent 734b10e650
commit 805c683c1a
1 changed files with 0 additions and 4 deletions

View File

@ -104,10 +104,6 @@ CheckClass::Var *CheckClass::getVarList(const Token *tok1, bool withClasses, boo
if (next->str() == "__property")
continue;
// Type definitions shall be ignored..
if (next->str() == "typedef")
continue;
// Is it a static variable?
bool isStatic = false;
if (next->str() == "static")