aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade/DB.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-14 16:24:08 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-14 16:24:08 +0100
commitfa0d298afafdc81d00164765903161205cf09a7e (patch)
tree3796af3e4544d35b12cefe245b230c3c8ff9d93d /src/crepe/facade/DB.h
parent876896e50711509e80ef551b4e8ad440e8039b97 (diff)
move DB fix from `loek/doxygen` to `loek/savemgr`
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:
/**