diff options
Diffstat (limited to 'pp_hot.c')
-rw-r--r-- | pp_hot.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1392,7 +1392,6 @@ PP(pp_match) if (!(RX_EXTFLAGS(rx) & RXf_GPOS_SEEN)) curpos = mg->mg_len; else if (RX_EXTFLAGS(rx) & RXf_ANCH_GPOS) { - r_flags |= REXEC_IGNOREPOS; curpos = mg->mg_len; } else if (!(RX_EXTFLAGS(rx) & RXf_GPOS_FLOAT)) |