Eliminate PL_reg_flags
authorDavid Mitchell <davem@iabyn.com>
Tue, 25 Dec 2012 21:03:27 +0000 (21:03 +0000)
committerDavid Mitchell <davem@iabyn.com>
Tue, 25 Dec 2012 21:03:27 +0000 (21:03 +0000)
commit97a9508cb0d6f106988a45d6c2d1b8b861ca07bc
treeae53a3c4a41b909b605c66de12354d553d78afb9
parent272d35c920ff70f3a216eedf88a0152190a41867
Eliminate PL_reg_flags

The previous 3 commits have removed any usage of the 3 flags bits from
this var; remove the (now unused) varable (which is actually #deffed to
PL_reg_state.re_state_reg_flags).

This change brought to you by the Campaign to Remove Global State from the
Regex Engine(tm).
regexp.h