From a22b40afb40ecb02659a42c192055a6f78afffc8 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 22 Feb 2009 14:23:33 +0000 Subject: stripped trailing spaces. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- compile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index 2bf416771..c98b7ffaa 100644 --- a/compile.c +++ b/compile.c @@ -3962,7 +3962,6 @@ iseq_compile_each(rb_iseq_t *iseq, LINK_ANCHOR *ret, NODE * node, int poped) VALUE label; VALUE label_sym; - CONST_ID(goto_id, "__goto__"); CONST_ID(label_id, "__label__"); -- cgit