mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-22 16:40:21 +02: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 firstName("firstname");
|
||||||
std::string address("Address");
|
std::string address("Address");
|
||||||
int age = 133132;
|
int age = 133132;
|
||||||
int count = 0;
|
|
||||||
std::string result;
|
std::string result;
|
||||||
tmp.begin();
|
tmp.begin();
|
||||||
tmp << "DROP TABLE IF EXISTS Person", now;
|
tmp << "DROP TABLE IF EXISTS Person", now;
|
||||||
@ -2811,7 +2810,6 @@ void SQLiteTest::testRollbackCallback()
|
|||||||
std::string firstName("firstname");
|
std::string firstName("firstname");
|
||||||
std::string address("Address");
|
std::string address("Address");
|
||||||
int age = 133132;
|
int age = 133132;
|
||||||
int count = 0;
|
|
||||||
std::string result;
|
std::string result;
|
||||||
tmp.begin();
|
tmp.begin();
|
||||||
tmp << "DROP TABLE IF EXISTS Person", now;
|
tmp << "DROP TABLE IF EXISTS Person", now;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user