Fix compiler warning (unused variable)

This commit is contained in:
Sébastien Rombauts 2016-07-26 08:42:12 +02:00
parent 2b384d1441
commit da725ed1cf

View File

@ -28,7 +28,6 @@ const int OPEN_READONLY = SQLITE_OPEN_READONLY;
const int OPEN_READWRITE = SQLITE_OPEN_READWRITE;
const int OPEN_CREATE = SQLITE_OPEN_CREATE;
const int OPEN_URI = SQLITE_OPEN_URI;
const int OPEN_MEMORY = SQLITE_OPEN_MEMORY;
const int OK = SQLITE_OK;