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:
Jonathan Schleifer
2013-12-17 19:58:54 +01:00
committed by Adrien Destugues
parent 724947ebca
commit 17fe3f8106
@@ -152,8 +152,6 @@ class TreeIterator;
#if !_BOOT_MODE
template<class T> class Stack;
// needed for searching (utilizing a stack)
struct node_and_key {
off_t nodeOffset;