diff options
author | lloyd <[email protected]> | 2014-11-03 22:16:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-11-03 22:16:51 +0000 |
commit | bcd83686c3daed38974d1f9b533c07d35c5a7476 (patch) | |
tree | 3203d6f30423ebf3b7b5b3d4aa2b9ecc9ce5ba5e /src/lib/utils | |
parent | d623823e7e0d2754343ab498f48976e91180d24f (diff) |
Various small fixes and cleanups, new is_prime util
Diffstat (limited to 'src/lib/utils')
-rw-r--r-- | src/lib/utils/sqlite3/sqlite3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/utils/sqlite3/sqlite3.h b/src/lib/utils/sqlite3/sqlite3.h index aef04ab4d..3085ff0e3 100644 --- a/src/lib/utils/sqlite3/sqlite3.h +++ b/src/lib/utils/sqlite3/sqlite3.h @@ -56,8 +56,6 @@ class sqlite3_statement bool step(); - sqlite3_stmt* stmt() { return m_stmt; } - ~sqlite3_statement(); private: sqlite3_stmt* m_stmt; |