1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove unused symbol HAVE_ODBC2 (#13088)

This commit is contained in:
Peter Kokot
2024-01-08 14:32:46 -08:00
committed by GitHub
parent 6aad7a07bb
commit 3b73db612b

View File

@@ -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