From 13f4fd6d3cc5a044db66d9c25319419bb4ede5fa Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 20 Jan 2016 10:36:51 +0100 Subject: ice_name/ice_id fixes & simplifications. --- cpp/src/Slice/PythonUtil.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cpp/src/Slice/PythonUtil.cpp') diff --git a/cpp/src/Slice/PythonUtil.cpp b/cpp/src/Slice/PythonUtil.cpp index f5aa79cd100..f28a565a53c 100644 --- a/cpp/src/Slice/PythonUtil.cpp +++ b/cpp/src/Slice/PythonUtil.cpp @@ -1084,11 +1084,6 @@ Slice::Python::CodeVisitor::visitExceptionStart(const ExceptionPtr& p) _out << nl << "return IcePy.stringifyException(self)"; _out.dec(); _out << sp << nl << "__repr__ = __str__"; - - // - // _ice_name - // - _out << sp << nl << "_ice_name = '" << scoped.substr(2) << "'"; // // _ice_id -- cgit v1.2.3