Skip to content

Commit

Permalink
Remove obsolete method.
Browse files Browse the repository at this point in the history
  • Loading branch information
berenddeboer committed Apr 19, 2012
1 parent 4eb230f commit 4ff8d5c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/epxc/mime/epx_mime_parser.y
Original file line number Diff line number Diff line change
Expand Up @@ -1014,13 +1014,6 @@ feature -- Initialization

feature -- Character reading

eof: BOOLEAN is
-- True if `read_character' hits end-of-file.
obsolete "2006-04-03 use end_of_input instead"
do
Result := end_of_input
end

end_of_input: BOOLEAN is
-- Has `read_character' hit the end-of-file character?
do
Expand Down

0 comments on commit 4ff8d5c

Please sign in to comment.