Skip to content

Commit 7dc1637

Browse files
committed
Remove unused IS_SJIS1 and IS_SJIS2 macros
1 parent b2ff40c commit 7dc1637

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/mbstring/mbstring.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,9 +1497,6 @@ PHP_FUNCTION(mb_preferred_mime_name)
14971497
}
14981498
/* }}} */
14991499

1500-
#define IS_SJIS1(c) ((((c)>=0x81 && (c)<=0x9f) || ((c)>=0xe0 && (c)<=0xf5)) ? 1 : 0)
1501-
#define IS_SJIS2(c) ((((c)>=0x40 && (c)<=0x7e) || ((c)>=0x80 && (c)<=0xfc)) ? 1 : 0)
1502-
15031500
/* {{{ Parses GET/POST/COOKIE data and sets global variables */
15041501
PHP_FUNCTION(mb_parse_str)
15051502
{

0 commit comments

Comments
 (0)