Skip to content

Commit

Permalink
cleanup merge
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jan 8, 2019
1 parent 6305119 commit 0d99357
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/mbstring/oniguruma/src/regparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -3596,7 +3596,6 @@ fetch_token(OnigToken* tok, UChar** src, UChar* end, ScanEnv* env)
tok->u.code = c2;
}
else { /* string */
p = tok->backp + enclen(enc, tok->backp);
int len;
SAFE_ENC_LEN(enc, tok->backp, end, len);
p = tok->backp + len;
Expand Down

0 comments on commit 0d99357

Please sign in to comment.