Skip to content

Commit d9993a7

Browse files
committed
fix: remove unused variables
1 parent 5d293c0 commit d9993a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/cpp/operations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ SQLiteOperationResult sqliteExecuteLiteral(const std::string& dbName, const std:
256256
bool isConsuming = true;
257257
bool isFailed = false;
258258

259-
int result, i, count, column_type;
259+
int result;
260260
std::string column_name;
261261

262262
while (isConsuming) {

0 commit comments

Comments
 (0)