From 95447e03fb9214c49b90ced9f83ae8281d820c5b Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 5 Aug 2024 07:47:59 +0200 Subject: [PATCH] [skip ci] Remove obsolete comment (#15225) HAVE_ODBC is ambiguous what this does and neither the macro is used in the current code base anymore. --- main/php.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main/php.h b/main/php.h index c8a29d6c395..2ab4c39de5b 100644 --- a/main/php.h +++ b/main/php.h @@ -201,12 +201,6 @@ typedef unsigned int socklen_t; #define SET_MUTEX(a) #define FREE_MUTEX(a) -/* - * Then the ODBC support can use both iodbc and Solid, - * uncomment this. - * #define HAVE_ODBC (HAVE_IODBC|HAVE_SOLID) - */ - #include #include #ifdef HAVE_UNISTD_H