[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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