mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Remove unused variable
This commit is contained in:
parent
40e0b89f9b
commit
232470670c
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user