Remove unused variable

This commit is contained in:
Blottiere Paul 2018-04-12 10:37:28 +01:00
parent 40e0b89f9b
commit 232470670c

View File

@ -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();