Remove unused IndexIterator constructor
This commit is contained in:
parent
e8d560154a
commit
9590b31b31
@ -93,15 +93,6 @@ IndexIterator::IndexIterator()
|
||||
}
|
||||
|
||||
|
||||
IndexIterator::IndexIterator(Index* index)
|
||||
:
|
||||
fIterator(NULL)
|
||||
{
|
||||
if (index)
|
||||
index->GetIterator(this);
|
||||
}
|
||||
|
||||
|
||||
IndexIterator::~IndexIterator()
|
||||
{
|
||||
SetIterator(NULL);
|
||||
|
@ -74,7 +74,6 @@ protected:
|
||||
class IndexIterator {
|
||||
public:
|
||||
IndexIterator();
|
||||
IndexIterator(Index* index);
|
||||
~IndexIterator();
|
||||
|
||||
bool HasNext() const;
|
||||
|
Loading…
Reference in New Issue
Block a user