Skip to content

Commit

Permalink
Remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
kronos committed Apr 3, 2010
1 parent 44a1934 commit ab16470
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/common/global.rb
Expand Up @@ -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
Expand Down

0 comments on commit ab16470

Please sign in to comment.