Simplify and improve the WAL code.

This commit is contained in:
JoelKatz
2013-04-17 00:06:37 -07:00
parent 7f7bda9742
commit f17a6859e0
2 changed files with 14 additions and 31 deletions

View File

@@ -17,7 +17,6 @@ class SqliteDatabase : public Database
boost::mutex walMutex;
JobQueue* mWalQ;
std::set<std::string> walDBs;
bool walRunning;
public: