Skip to content

Commit

Permalink
Removed unused method CompiledFile::Marshal.discard.
Browse files Browse the repository at this point in the history
  • Loading branch information
tilman2 committed Apr 18, 2009
1 parent ef93221 commit e5aee27
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions kernel/compiler/compiled_file.rb
Expand Up @@ -245,14 +245,6 @@ def next_byte

private :next_byte

##
# Moves the next read pointer ahead by one character.
def discard
@start += 1
end

private :discard

##
# For object +val+, return a String represetation.

Expand Down

0 comments on commit e5aee27

Please sign in to comment.