From ab16470ceed07b1d8c6c61741bcc7cdd9b98ba44 Mon Sep 17 00:00:00 2001 From: Ivan Samsonov Date: Sun, 4 Apr 2010 02:20:57 +0400 Subject: [PATCH] Remove unused line --- kernel/common/global.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/common/global.rb b/kernel/common/global.rb index fb804191f3..a6ceda1065 100644 --- a/kernel/common/global.rb +++ b/kernel/common/global.rb @@ -18,7 +18,6 @@ def initialize @internal[:$,] = '' # Output field separator @internal[:$.] = 0 # TODO: Last line number of IO read. @internal[:$_] = nil # HACK: bunk for now. - @internal[:$<] = nil # HACK: should be ARGF @internal[:$?] = nil # Process status. nil until set @internal[:$=] = false # ignore case, whatever that is @internal[:$CONSOLE] = STDOUT