Skip to content

Commit 2324706

Browse files
committedApr 26, 2018
Remove unused variable
1 parent 40e0b89 commit 2324706

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/core/expression/qgsexpression.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,6 @@ QSet<QString> QgsExpression::referencedVariables( const QString &text )
489489
if ( pos < 0 )
490490
break;
491491

492-
int start = index;
493492
index = pos + rx.matchedLength();
494493
QString to_replace = rx.cap( 1 ).trimmed();
495494

0 commit comments

Comments
 (0)
Please sign in to comment.