Skip to content

Commit fe84202

Browse files
committed
Remove PERL_IS_SUBWORD_ADDR
This has been subsumed by BYTES_REMAINING_IN_WORD, and is no longer used.
1 parent 8009da5 commit fe84202

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

inline.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,9 +1472,6 @@ Perl_valid_utf8_to_uv(const U8 *s, STRLEN *retlen)
14721472
* (6 & 0x7) (8 & 0x7)
14731473
* 6 0 */
14741474

1475-
/* Evaluates to 0 if 'x' is at a word boundary; otherwise evaluates to 1 */
1476-
# define PERL_IS_SUBWORD_ADDR(x) (BYTES_REMAINING_IN_WORD(x) != 0)
1477-
14781475
/* Some tasks that are byte-oriented can be done as well a full word-at-a-time,
14791476
* running 8 times faster on an 8-byte word, for example. But there is
14801477
* generally extra setup required to do this, and byte-at-a-time must be used

0 commit comments

Comments
 (0)