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

[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.
This commit is contained in:
Peter Kokot
2024-08-05 07:47:59 +02:00
committed by GitHub
parent d9eb3783bd
commit 95447e03fb

View File

@@ -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 <stdlib.h>
#include <ctype.h>
#ifdef HAVE_UNISTD_H