Skip to content

Commit 95447e0

Browse files
authored
[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.
1 parent d9eb378 commit 95447e0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

main/php.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,6 @@ typedef unsigned int socklen_t;
201201
#define SET_MUTEX(a)
202202
#define FREE_MUTEX(a)
203203

204-
/*
205-
* Then the ODBC support can use both iodbc and Solid,
206-
* uncomment this.
207-
* #define HAVE_ODBC (HAVE_IODBC|HAVE_SOLID)
208-
*/
209-
210204
#include <stdlib.h>
211205
#include <ctype.h>
212206
#ifdef HAVE_UNISTD_H

0 commit comments

Comments
 (0)