Skip to content

Commit 94c56aa

Browse files
committedApr 23, 2017
Remove unused variable
1 parent 3584a5f commit 94c56aa

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
 

‎src/providers/ogr/qgsogrfeatureiterator.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838

3939
QgsOgrFeatureIterator::QgsOgrFeatureIterator( QgsOgrFeatureSource *source, bool ownSource, const QgsFeatureRequest &request )
4040
: QgsAbstractFeatureIteratorFromSource<QgsOgrFeatureSource>( source, ownSource, request )
41-
, mFeatureFetched( false )
4241
, mConn( nullptr )
4342
, ogrLayer( nullptr )
4443
, mSubsetStringSet( false )

‎src/providers/ogr/qgsogrfeatureiterator.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ class QgsOgrFeatureIterator : public QgsAbstractFeatureIteratorFromSource<QgsOgr
6969
//! Get an attribute associated with a feature
7070
void getFeatureAttribute( OGRFeatureH ogrFet, QgsFeature &f, int attindex ) const;
7171

72-
bool mFeatureFetched;
73-
7472
QgsOgrConn *mConn = nullptr;
7573
OGRLayerH ogrLayer;
7674

0 commit comments

Comments
 (0)
Please sign in to comment.