Skip to content

Commit

Permalink
Remove UnsupportedLibraryError
Browse files Browse the repository at this point in the history
This was an artifact from when Rubinius didn't support the 'mathn' library
and was checked for in the mspec test suite to detect an unsupported library.
This shouldn't be necessary in Rubinius anymore.
jemc committed Dec 17, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c3b46e0 commit f172bed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kernel/common/exception.rb
Original file line number Diff line number Diff line change
@@ -298,10 +298,6 @@ class EOFError < IOError
class LocalJumpError < StandardError
end

# For libraries that Rubinius does not support
class UnsupportedLibraryError < StandardError
end

class SyntaxError < ScriptError
attr_accessor :column
attr_accessor :line

0 comments on commit f172bed

Please sign in to comment.