From 3d31020aeb6e59bd3b6bd12de00c854f570d4381 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 10 Jul 2000 08:01:49 +0000 Subject: matz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- parse.y | 2 -- 1 file changed, 2 deletions(-) (limited to 'parse.y') diff --git a/parse.y b/parse.y index 2d3ca54bab..a852d7f485 100644 --- a/parse.y +++ b/parse.y @@ -419,7 +419,6 @@ expr : mlhs '=' mrhs } | '!' command_call { - value_expr($2); $$ = NEW_NOT(cond($2)); } | arg @@ -868,7 +867,6 @@ opt_call_args : none call_args : command_call { - value_expr($1); $$ = NEW_LIST($1); } | args ',' -- cgit v1.2.3