diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-06-23 15:48:42 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-06-29 22:22:41 -0600 |
commit | 3e89468b103b7ba52e5b0b098b16444b3f3c9fc5 (patch) | |
tree | 845521a20e72b14086655b2cde9aeb42a79a4190 /embed.fnc | |
parent | 8f850557b51d83272e1afa15860f3f043b36e3c7 (diff) | |
download | perl-3e89468b103b7ba52e5b0b098b16444b3f3c9fc5.tar.gz |
regcomp.c: Remove obsolete code
A previous commit has removed all calls to these two functions (moving a
large portion of the bit_fold() one to another place, and no longer sets
the variable.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1052,8 +1052,6 @@ Ap |SV* |regclass_swash |NULLOK const regexp *prog \ |NN const struct regnode *node|bool doinit \ |NULLOK SV **listsvp|NULLOK SV **altsvp #ifdef PERL_IN_REGCOMP_C -EMi |U8 |set_regclass_bit|NN struct RExC_state_t* pRExC_state|NN regnode* node|const U8 value|NN SV** invlist_ptr|NN AV** alternate_ptr -EMs |U8 |set_regclass_bit_fold|NN struct RExC_state_t *pRExC_state|NN regnode* node|const U8 value|NN SV** invlist_ptr|NN AV** alternate_ptr EMs |void |add_alternate |NN AV** alternate_ptr|NN U8* string|STRLEN len EMsR |SV* |_new_invlist_C_array|NN UV* list #endif |