diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-14 16:25:50 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-14 16:25:50 +0100 |
commit | 562dc32340cfe6963f53c187f2ffed1f04da003c (patch) | |
tree | 9b440a10bd26425fb18cbafb1432b5cc95ea5936 /src/crepe/facade/DB.h | |
parent | b41d5f01c7b155c8b84baaea1cf57b4a38e99dfe (diff) | |
parent | 154ed5353ef18eb46cc31744e8bf1bc54afd5acc (diff) |
Merge branch 'loek/savemgr' into demo
Diffstat (limited to 'src/crepe/facade/DB.h')
-rw-r--r-- | src/crepe/facade/DB.h | 2 |
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: /** |