Skip to content

Commit 8ec7cfa

Browse files
committed
Drop the now unused enum
1 parent 8a348a1 commit 8ec7cfa

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ext/mysqlnd/mysqlnd_enum_n_def.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -252,16 +252,6 @@ typedef enum mysqlnd_client_option
252252
MYSQLND_OPT_AUTH_PROTOCOL = 211
253253
} enum_mysqlnd_client_option;
254254

255-
typedef enum mysqlnd_session_protocol_type
256-
{
257-
MYSQL_PROTOCOL_DEFAULT = 0,
258-
MYSQL_PROTOCOL_TCP, /* all, supported */
259-
MYSQL_PROTOCOL_SOCKET, /* unix, supported */
260-
MYSQL_PROTOCOL_PIPE, /* win32, not-supported */
261-
MYSQL_PROTOCOL_MEMORY, /* win32, not-supported */
262-
MYSQL_PROTOCOL_LAST
263-
} enum_mysqlnd_session_protocol_type;
264-
265255
typedef enum mysqlnd_field_types
266256
{
267257
MYSQL_TYPE_DECIMAL = 0,

0 commit comments

Comments
 (0)