• Michal Nazarewicz's avatar
    Remove dead opcodes in regex bytecode · 9a418e0f
    Michal Nazarewicz authored
    There is no way to specify before_dot and after_dot opcodes in a regex
    so code handling those ends up being dead.  Remove it.
    
    * src/regex.c (print_partial_compiled_pattern, regex_compile,
    analyze_first, re_match_2_internal): Remove handling and references to
    before_dot and after_dot opcodes.
    9a418e0f
regex.c 188 KB