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