Skip to content

Commit

Permalink
resultStringList variable is not used anymore, remove it
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 authored and nyalldawson committed Oct 1, 2018
1 parent ee4afe2 commit f7c29d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/core/processing/qgsprocessingparameters.cpp
Expand Up @@ -1264,10 +1264,8 @@ QList<QgsMapLayer *> QgsProcessingParameters::parameterAsLayerList( const QgsPro

QList<QgsMapLayer *> layers;

QStringList resultStringList;

std::function< void( const QVariant &var ) > processVariant;
processVariant = [ &resultStringList, &layers, &context, &definition, &processVariant ]( const QVariant & var )
processVariant = [ &layers, &context, &definition, &processVariant ]( const QVariant & var )
{
if ( var.type() == QVariant::List )
{
Expand Down

0 comments on commit f7c29d7

Please sign in to comment.