diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-06-11 17:25:32 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-06-11 17:25:32 +0800 |
commit | 4b335dd4b5e88d4c01acd01910a1725c6fa3be1c (patch) | |
tree | 81d63b468adb9f983ba77852ffbdef8cbc2591f9 /cpp/src/Slice/PythonUtil.cpp | |
parent | added .gitignore updates. (diff) | |
download | ice-4b335dd4b5e88d4c01acd01910a1725c6fa3be1c.tar.bz2 ice-4b335dd4b5e88d4c01acd01910a1725c6fa3be1c.tar.xz ice-4b335dd4b5e88d4c01acd01910a1725c6fa3be1c.zip |
backout change I accidently committed to PythonUtil.cpp. Add more .gitignore files.
Diffstat (limited to 'cpp/src/Slice/PythonUtil.cpp')
-rw-r--r-- | cpp/src/Slice/PythonUtil.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Slice/PythonUtil.cpp b/cpp/src/Slice/PythonUtil.cpp index 5c93dd01e5f..9815b210aea 100644 --- a/cpp/src/Slice/PythonUtil.cpp +++ b/cpp/src/Slice/PythonUtil.cpp @@ -800,7 +800,6 @@ Slice::Python::CodeVisitor::visitClassDefStart(const ClassDefPtr& p) _out << ", "; } _out << '('; - _out << "'" << fixIdent((*t)->name()) << "', "; writeMetaData((*t)->getMetaData()); _out << ", "; writeType((*t)->type()); @@ -822,7 +821,6 @@ Slice::Python::CodeVisitor::visitClassDefStart(const ClassDefPtr& p) _out << ", "; } _out << '('; - _out << "'" << fixIdent((*t)->name()) << "', "; writeMetaData((*t)->getMetaData()); _out << ", "; writeType((*t)->type()); |