summaryrefslogtreecommitdiff
path: root/src/database/include/database.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/include/database.hpp')
-rw-r--r--src/database/include/database.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/database/include/database.hpp b/src/database/include/database.hpp
index 559405cb..00704a5f 100644
--- a/src/database/include/database.hpp
+++ b/src/database/include/database.hpp
@@ -33,7 +33,6 @@ namespace database {
template <typename T>
struct Continuation {
- std::shared_ptr<std::unique_ptr<leveldb::Iterator>> iterator;
std::string prefix;
std::string start_key;
bool forward;