gcc warning fix

This commit is contained in:
aleks-f 2013-02-17 16:30:31 -06:00
parent 6cae42a29c
commit efc0387838

View File

@ -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;