mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-21 13:14:43 +01:00
removed unused vars in tests
This commit is contained in:
parent
dae51b2ebe
commit
04decc0133
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user