diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-02-18 22:07:56 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2014-02-19 08:33:00 -0700 |
commit | e21f5e42911f0ed636593e42e9a55afbb1524140 (patch) | |
tree | f3505331d697415df6ec128e1f5d486682c1c86f /embed.fnc | |
parent | 4a88160625e6fcb7ad69288652f7206f20bbb500 (diff) | |
download | perl-e21f5e42911f0ed636593e42e9a55afbb1524140.tar.gz |
regcomp.c: Remove no longer used function
I don't think this function will need to be used again.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2097,7 +2097,6 @@ EsR |int |ssc_is_cp_posixl_init|NN const RExC_state_t *pRExC_state \ Es |void |ssc_and |NN const RExC_state_t *pRExC_state \ |NN regnode_ssc *ssc \ |NN const regnode_charclass *and_with -Esn |void |ssc_flags_and |NN regnode_ssc *ssc|const U8 and_with Es |void |ssc_or |NN const RExC_state_t *pRExC_state \ |NN regnode_ssc *ssc \ |NN const regnode_charclass *or_with |