mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Remove unused variable
This commit is contained in:
parent
21ead7c5a4
commit
d3a10465b5
@ -218,7 +218,6 @@ TEST(Column, stream) {
|
|||||||
SQLite::Statement query(db, "SELECT * FROM test");
|
SQLite::Statement query(db, "SELECT * FROM test");
|
||||||
query.executeStep();
|
query.executeStep();
|
||||||
std::stringstream ss;
|
std::stringstream ss;
|
||||||
auto col = query.getColumn(0);
|
|
||||||
ss << query.getColumn(0);
|
ss << query.getColumn(0);
|
||||||
std::string content = ss.str();
|
std::string content = ss.str();
|
||||||
EXPECT_EQ(content, str);
|
EXPECT_EQ(content, str);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user