- Eliminated the now obsolete TDB code from Context.
- Added auto-commit code for commands that auto-gc.
This commit is contained in:
Paul Beckingham
2011-09-03 13:02:17 -04:00
parent 5d6f6e2073
commit 1b3ac82d7e
2 changed files with 10 additions and 10 deletions

View File

@@ -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;