diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-11-20 19:09:34 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-11-20 19:09:34 -0800 |
commit | 5eed8546d9ad64d6a6c45bd265a0fbc9b44447fd (patch) | |
tree | ee74d9fdf336284319aca8bb87707de77909e272 /cpp/src | |
parent | * bug 4314 - postpone check for Ant's bzip2 classes until compression is (diff) | |
download | ice-5eed8546d9ad64d6a6c45bd265a0fbc9b44447fd.tar.bz2 ice-5eed8546d9ad64d6a6c45bd265a0fbc9b44447fd.tar.xz ice-5eed8546d9ad64d6a6c45bd265a0fbc9b44447fd.zip |
no longer generating inspect method for each Ruby exception
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()) |