summaryrefslogtreecommitdiff
path: root/global.sym
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2010-10-13 20:33:41 +0100
committerFather Chrysostomos <sprout@cpan.org>2010-10-21 05:52:45 -0700
commite4a21daa4e972fdca58792685dc40f8626070430 (patch)
tree8f606f8e209adf062b346cceec84ea5528d4b9e4 /global.sym
parent737c24fc85ea612b3265f06a29053674bfbe17bd (diff)
downloadperl-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 'global.sym')
-rw-r--r--global.sym1
1 files changed, 0 insertions, 1 deletions
diff --git a/global.sym b/global.sym
index 049e25c42f..cfa571f763 100644
--- a/global.sym
+++ b/global.sym
@@ -284,7 +284,6 @@ Perl_is_utf8_xdigit
Perl_leave_scope
Perl_lex_bufutf8
Perl_lex_discard_to
-Perl_lex_end
Perl_lex_grow_linestr
Perl_lex_next_chunk
Perl_lex_peek_unichar