mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Remove unused strcasecmp definition (#17050)
The strcasecmp usage was removed via
dc5f3b9562.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "libmbfl/config.h"
|
||||
|
||||
#ifdef HAVE_STRINGS_H
|
||||
/* For strcasecmp */
|
||||
/* For strncasecmp */
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
@@ -54,13 +54,6 @@
|
||||
#include "filters/mbfilter_htmlent.h"
|
||||
#include "filters/mbfilter_singlebyte.h"
|
||||
|
||||
#ifndef HAVE_STRCASECMP
|
||||
#ifdef HAVE_STRICMP
|
||||
#define strcasecmp stricmp
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
static const mbfl_encoding *mbfl_encoding_ptr_list[] = {
|
||||
&mbfl_encoding_base64,
|
||||
&mbfl_encoding_uuencode,
|
||||
|
||||
Reference in New Issue
Block a user