This commit is contained in:
Daniel Marjamäki 2009-12-30 20:38:16 +01:00
parent ae3ff7d376
commit 71a83647c6
1 changed files with 0 additions and 3 deletions

View File

@ -1673,9 +1673,6 @@ private:
if (tok.varId())
{
if (array && !Token::simpleMatch(tok.next(), "["))
return &tok;
if (Token::simpleMatch(tok.previous(), "="))
{
if (Token::Match(tok.tokAt(-3), "& %var% ="))