From: Lukas Mai Date: Fri, 22 Jun 2012 12:36:47 +0000 (+0200) Subject: remove unused 'saw_colon' X-Git-Tag: v0.06_01~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FFunction-Parameters.git;a=commitdiff_plain;h=ee1790924d73742e27c3a760ce97c8b03fc8c9bb remove unused 'saw_colon' --- diff --git a/Parameters.xs b/Parameters.xs index 608779f..7129ddf 100644 --- a/Parameters.xs +++ b/Parameters.xs @@ -206,7 +206,6 @@ static int parse_fun(pTHX_ OP **pop, const char *keyword_ptr, STRLEN keyword_len SV *proto; OP **attrs_sentinel, *body; unsigned builtin_attrs; - int saw_colon; STRLEN len; char *s; I32 c; @@ -310,7 +309,6 @@ static int parse_fun(pTHX_ OP **pop, const char *keyword_ptr, STRLEN keyword_len /* prototype */ proto = NULL; - saw_colon = 0; c = lex_peek_unichar(0); if (c == ':') { lex_read_unichar(0);