Skip to content

Commit af7f036

Browse files
committed
Some cleanup
1 parent 17ab64e commit af7f036

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/core/qgsvectorlayerfeatureiterator.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -517,12 +517,6 @@ void QgsVectorLayerFeatureIterator::prepareExpressions()
517517
}
518518
}
519519
}
520-
521-
#if 0
522-
// add required fields if we're using a subset
523-
if ( mRequest.flags() & QgsFeatureRequest::SubsetOfAttributes )
524-
mRequest.setSubsetOfAttributes( mRequest.subsetOfAttributes() + sourceJoinFields );
525-
#endif
526520
}
527521

528522
void QgsVectorLayerFeatureIterator::addJoinedAttributes( QgsFeature &f )

0 commit comments

Comments
 (0)