From f339fb70d8bbbb0b89ae0465448c9f7e17f30c3b Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 16 Jun 2004 14:21:34 +0000 Subject: * eval.c (rb_mod_freeze): prepare string representation before freezing. [ruby-talk:103646] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index e837a9be5..42cef9df1 100644 --- a/eval.c +++ b/eval.c @@ -8031,8 +8031,6 @@ static int block_orphan(data) struct BLOCK *data; { - struct tag *tt; - if (data->scope->flags & SCOPE_NOSTACK) { return 1; } -- cgit