mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Remove unused variable
This commit is contained in:
parent
3584a5f914
commit
94c56aaf8c
@ -38,7 +38,6 @@
|
||||
|
||||
QgsOgrFeatureIterator::QgsOgrFeatureIterator( QgsOgrFeatureSource *source, bool ownSource, const QgsFeatureRequest &request )
|
||||
: QgsAbstractFeatureIteratorFromSource<QgsOgrFeatureSource>( source, ownSource, request )
|
||||
, mFeatureFetched( false )
|
||||
, mConn( nullptr )
|
||||
, ogrLayer( nullptr )
|
||||
, mSubsetStringSet( false )
|
||||
|
@ -69,8 +69,6 @@ class QgsOgrFeatureIterator : public QgsAbstractFeatureIteratorFromSource<QgsOgr
|
||||
//! Get an attribute associated with a feature
|
||||
void getFeatureAttribute( OGRFeatureH ogrFet, QgsFeature &f, int attindex ) const;
|
||||
|
||||
bool mFeatureFetched;
|
||||
|
||||
QgsOgrConn *mConn = nullptr;
|
||||
OGRLayerH ogrLayer;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user