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.
  • Loading branch information
jemc committed Dec 17, 2014
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
Expand Up @@ -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
Expand Down

0 comments on commit f172bed

Please sign in to comment.