Fix a compilation error with GCC 10 due to conflicting variable names.
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sun, 26 Jul 2020 09:29:49 +0000 (18:29 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Mon, 27 Jul 2020 11:35:56 +0000 (20:35 +0900)
Patch by Paul Wise.

test/reset-db.c

index 80946c82a5053d98d7bd97861151bbf16555a93f..5e05019dfdc901dc88a2a0d66c89b631a6955345 100644 (file)
@@ -17,8 +17,6 @@
 
 #include "src/common.h"
 
-SQLHENV env;
-SQLHDBC conn;
 static HSTMT hstmt = SQL_NULL_HSTMT;
 
 static void