Skip to content

Commit

Permalink
Remove unused QString
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 20, 2019
1 parent fd68d8e commit 8f1cf97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/expression/qgsexpressionfunction.cpp
Expand Up @@ -1450,7 +1450,6 @@ static QVariant fcnAttribute( const QVariantList &values, const QgsExpressionCon
static QVariant fcnAttributes( const QVariantList &values, const QgsExpressionContext *context, QgsExpression *parent, const QgsExpressionNodeFunction * )
{
QgsFeature feature;
QString attr;
if ( values.size() == 0 || values.at( 0 ).isNull() )
{
feature = context->feature();
Expand Down

0 comments on commit 8f1cf97

Please sign in to comment.