cleanup
This commit is contained in:
parent
ae3ff7d376
commit
71a83647c6
|
@ -1673,9 +1673,6 @@ private:
|
||||||
|
|
||||||
if (tok.varId())
|
if (tok.varId())
|
||||||
{
|
{
|
||||||
if (array && !Token::simpleMatch(tok.next(), "["))
|
|
||||||
return &tok;
|
|
||||||
|
|
||||||
if (Token::simpleMatch(tok.previous(), "="))
|
if (Token::simpleMatch(tok.previous(), "="))
|
||||||
{
|
{
|
||||||
if (Token::Match(tok.tokAt(-3), "& %var% ="))
|
if (Token::Match(tok.tokAt(-3), "& %var% ="))
|
||||||
|
|
Loading…
Reference in New Issue