aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade/DB.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-14 16:20:49 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-14 16:20:49 +0100
commit6bc0025e4c24ed6659d993f3469c10615fb0e273 (patch)
tree48fba6d397630a4cae0a7ffc44660ce5d053896e /src/crepe/facade/DB.h
parent5ae2b3c2f7dc207980c6d475e54fa2c5242c560d (diff)
fix DB facade + add regression tests
Diffstat (limited to 'src/crepe/facade/DB.h')
-rw-r--r--src/crepe/facade/DB.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/facade/DB.h b/src/crepe/facade/DB.h
index 115c0f1..84cdf19 100644
--- a/src/crepe/facade/DB.h
+++ b/src/crepe/facade/DB.h
@@ -61,8 +61,6 @@ public:
private:
//! RAII wrapper around \c DB struct
std::unique_ptr<libdb::DB, std::function<void(libdb::DB *)>> db;
- //! RAII wrapper around \c DBC struct
- std::unique_ptr<libdb::DBC, std::function<void(libdb::DBC *)>> cursor;
private:
/**