From 950c618335a3e74fd5907e7af2b8812c67d3ad33 Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 4 Nov 2007 16:23:59 +0000 Subject: * parse.y (call_args): remove "parenthesize argument(s) for future version" warning. when I added this warning, I had a plan to reimplement the parser that is simpler than the current one. since we abandoned the plan, warning no longer required. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- parse.y | 1 - 1 file changed, 1 deletion(-) (limited to 'parse.y') diff --git a/parse.y b/parse.y index f7c2bb46a2..776fa03a0d 100644 --- a/parse.y +++ b/parse.y @@ -2287,7 +2287,6 @@ opt_call_args : none call_args : command { - rb_warn0("parenthesize argument(s) for future version"); /*%%%*/ $$ = NEW_LIST($1); /*% -- cgit v1.2.3