From 26e7bb0b9a17a595d9935a1cae41b44504ad213e Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Mon, 1 Apr 2013 21:56:13 +0200 Subject: Whitespace and empty destructor removal, minor coding style changes --- src/modules/extra/m_sqlite3.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/modules/extra/m_sqlite3.cpp') diff --git a/src/modules/extra/m_sqlite3.cpp b/src/modules/extra/m_sqlite3.cpp index 7f6a53359..171c11f03 100644 --- a/src/modules/extra/m_sqlite3.cpp +++ b/src/modules/extra/m_sqlite3.cpp @@ -48,10 +48,6 @@ class SQLite3Result : public SQLResult { } - ~SQLite3Result() - { - } - virtual int Rows() { return rows; @@ -80,7 +76,6 @@ class SQLite3Result : public SQLResult class SQLConn : public SQLProvider { - private: sqlite3* conn; reference config; @@ -206,14 +201,9 @@ class SQLConn : public SQLProvider class ModuleSQLite3 : public Module { - private: ConnMap conns; public: - ModuleSQLite3() - { - } - void init() { ReadConf(); -- cgit v1.3.1-10-gc9f91