removed unused vars in tests

This commit is contained in:
aleks-f 2013-04-03 20:11:29 -05:00
parent dae51b2ebe
commit 04decc0133

View File

@ -2769,7 +2769,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;
@ -2811,7 +2810,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;