1
0
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:
Peter Kokot
2025-03-21 18:30:22 +01:00
committed by GitHub
parent 19a8e69476
commit 8622362394

View File

@@ -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,