summaryrefslogtreecommitdiff
path: root/src/sqlite/SQLiteWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqlite/SQLiteWrapper.cpp')
-rw-r--r--src/sqlite/SQLiteWrapper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sqlite/SQLiteWrapper.cpp b/src/sqlite/SQLiteWrapper.cpp
index eef2498f..f5b484b7 100644
--- a/src/sqlite/SQLiteWrapper.cpp
+++ b/src/sqlite/SQLiteWrapper.cpp
@@ -263,4 +263,3 @@ bool SQLiteWrapper::Commit() {
bool SQLiteWrapper::Rollback() {
return DirectStatement("rollback");
}
-