diff options
author | Zefram <zefram@fysh.org> | 2010-10-13 20:33:41 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-21 05:52:45 -0700 |
commit | e4a21daa4e972fdca58792685dc40f8626070430 (patch) | |
tree | 8f606f8e209adf062b346cceec84ea5528d4b9e4 /embed.fnc | |
parent | 737c24fc85ea612b3265f06a29053674bfbe17bd (diff) | |
download | perl-e4a21daa4e972fdca58792685dc40f8626070430.tar.gz |
remove redundant lex_end
The lex_end() function is redundant, because the lexer context object
is actually finalised by parser_free(), triggered by the save stack.
The lex_end() function has historically been empty, except when the
PL_doextract global was being misused to store lexer state.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -611,8 +611,6 @@ s |OP* |opt_scalarhv |NN OP* rep_op s |OP* |is_inplace_av |NN OP* o|NULLOK OP* oright #endif Ap |void |leave_scope |I32 base -: Used in pp_ctl.c, and by Data::Alias -EXp |void |lex_end : Used in various files p |void |lex_start |NULLOK SV* line|NULLOK PerlIO *rsfp : Public lexer API |