diff --git a/src/Context.cpp b/src/Context.cpp index 1380e7b35..2018c30e4 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -153,7 +153,6 @@ int Context::initialize (int argc, const char** argv) tdb.clear (); // TODO Obsolete tdb.location (data_dir); // TODO Obsolete tdb2.set_location (data_dir); - tdb2.dump (); // Hook system init, plus post-start event occurring at the first possible // moment after hook initialization. diff --git a/src/TDB2.cpp b/src/TDB2.cpp index c76dc3ff6..024de921a 100644 --- a/src/TDB2.cpp +++ b/src/TDB2.cpp @@ -27,6 +27,7 @@ //#include // TODO Remove. #include +#include #include #include @@ -341,6 +342,59 @@ int TF2::id (const std::string& uuid) } //////////////////////////////////////////////////////////////////////////////// +//