diff options
author | Karl Williamson <khw@cpan.org> | 2015-01-05 15:32:53 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-01-06 15:05:26 -0700 |
commit | e32e699abfd8f839274ead076be1d23d7739ccf1 (patch) | |
tree | dcfa1d3df2a90fce9b3d7dc8452bcbc32cfea2ef /embed.fnc | |
parent | f145dab8774784ae241116bcca6f213d0ea44ae1 (diff) | |
download | perl-e32e699abfd8f839274ead076be1d23d7739ccf1.tar.gz |
regcomp.c: Rmv no-longer-used macro and function
There are no longer any calls to these, so can be removed.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2110,8 +2110,6 @@ Es |regnode*|regatom |NN RExC_state_t *pRExC_state \ |NN I32 *flagp|U32 depth Es |regnode*|regbranch |NN RExC_state_t *pRExC_state \ |NN I32 *flagp|I32 first|U32 depth -Ei |STRLEN |reguni |NN const RExC_state_t *pRExC_state \ - |UV uv|NN char *s Es |void |set_ANYOF_arg |NN RExC_state_t* const pRExC_state \ |NN regnode* const node \ |NULLOK SV* const cp_list \ |