mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
gcc warning fix
This commit is contained in:
parent
6cae42a29c
commit
efc0387838
@ -2803,7 +2803,6 @@ void SQLiteTest::testCommitCallback()
|
||||
std::string firstName("firstname");
|
||||
std::string address("Address");
|
||||
int age = 133132;
|
||||
int count = 0;
|
||||
std::string result;
|
||||
tmp.begin();
|
||||
tmp << "DROP TABLE IF EXISTS Person", now;
|
||||
@ -2845,7 +2844,6 @@ void SQLiteTest::testRollbackCallback()
|
||||
std::string firstName("firstname");
|
||||
std::string address("Address");
|
||||
int age = 133132;
|
||||
int count = 0;
|
||||
std::string result;
|
||||
tmp.begin();
|
||||
tmp << "DROP TABLE IF EXISTS Person", now;
|
||||
|
Loading…
Reference in New Issue
Block a user