Skip to content

Commit

Permalink
Removed unused CHR_DIST macro from a second file (RT 130519).
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Jan 6, 2017
1 parent fca54fd commit 12e1fa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion regcomp.c
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ static const scan_data_t zero_scan_data =
#define OOB_UNICODE 0xDEADBEEF

#define CHR_SVLEN(sv) (UTF ? sv_len_utf8(sv) : SvCUR(sv))
#define CHR_DIST(a,b) (UTF ? utf8_distance(a,b) : a - b)


/* length of regex to show in messages that don't mark a position within */
Expand Down

0 comments on commit 12e1fa6

Please sign in to comment.