Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Apr 26, 2018
1 parent 40e0b89 commit 2324706
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/expression/qgsexpression.cpp
Expand Up @@ -489,7 +489,6 @@ QSet<QString> QgsExpression::referencedVariables( const QString &text )
if ( pos < 0 )
break;

int start = index;
index = pos + rx.matchedLength();
QString to_replace = rx.cap( 1 ).trimmed();

Expand Down

0 comments on commit 2324706

Please sign in to comment.