diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Slice/RubyUtil.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/src/Slice/RubyUtil.cpp b/cpp/src/Slice/RubyUtil.cpp index 3efd92320ff..c866ae5883a 100644 --- a/cpp/src/Slice/RubyUtil.cpp +++ b/cpp/src/Slice/RubyUtil.cpp @@ -865,15 +865,6 @@ Slice::Ruby::CodeVisitor::visitExceptionStart(const ExceptionPtr& p) _out << nl << "end"; // - // inspect - // - _out << sp << nl << "def inspect"; - _out.inc(); - _out << nl << "return ::Ice::__stringifyException(self)"; - _out.dec(); - _out << nl << "end"; - - // // read/write accessors for data members. // if(!members.empty()) |