BPlusTree.h: Remove invalid forward declaration.
That forward declaration was actually a backward declaration, as system_dependencies.h already included Stack.
This commit is contained in:
committed by
Adrien Destugues
parent
724947ebca
commit
17fe3f8106
@@ -152,8 +152,6 @@ class TreeIterator;
|
|||||||
|
|
||||||
|
|
||||||
#if !_BOOT_MODE
|
#if !_BOOT_MODE
|
||||||
template<class T> class Stack;
|
|
||||||
|
|
||||||
// needed for searching (utilizing a stack)
|
// needed for searching (utilizing a stack)
|
||||||
struct node_and_key {
|
struct node_and_key {
|
||||||
off_t nodeOffset;
|
off_t nodeOffset;
|
||||||
|
|||||||
Reference in New Issue
Block a user