From 04decc0133a3873bb61b0b57d101c1e9f7b9976f Mon Sep 17 00:00:00 2001 From: aleks-f Date: Wed, 3 Apr 2013 20:11:29 -0500 Subject: [PATCH] removed unused vars in tests --- Data/SQLite/testsuite/src/SQLiteTest.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Data/SQLite/testsuite/src/SQLiteTest.cpp b/Data/SQLite/testsuite/src/SQLiteTest.cpp index 45af28c77..fbf0f3ecd 100644 --- a/Data/SQLite/testsuite/src/SQLiteTest.cpp +++ b/Data/SQLite/testsuite/src/SQLiteTest.cpp @@ -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;