From 3b73db612b65d194c85044d30d73b943e162f52d Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 8 Jan 2024 14:32:46 -0800 Subject: [PATCH] Remove unused symbol HAVE_ODBC2 (#13088) --- ext/odbc/config.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index dd81e3f6635..f27579291a5 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -325,7 +325,6 @@ PHP_ARG_WITH([iodbc],, PHP_EVAL_INCLINE($ODBC_CFLAGS) ODBC_TYPE=iodbc AC_DEFINE(HAVE_IODBC,1,[ ]) - AC_DEFINE(HAVE_ODBC2,1,[ ]) else AC_MSG_RESULT(no) fi