TDB2
- Eliminated the now obsolete TDB code from Context. - Added auto-commit code for commands that auto-gc.
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
#include <Column.h>
|
||||
#include <Config.h>
|
||||
#include <Task.h>
|
||||
#include <TDB.h>
|
||||
#include <TDB2.h>
|
||||
#include <Hooks.h>
|
||||
#include <DOM.h>
|
||||
@@ -89,7 +88,6 @@ public:
|
||||
Directory extension_dir;
|
||||
Config config;
|
||||
|
||||
TDB tdb; // TODO Obsolete
|
||||
TDB2 tdb2;
|
||||
std::map <std::string, std::string> aliases;
|
||||
Hooks hooks;
|
||||
|
||||
Reference in New Issue
Block a user