summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-06-11 17:25:32 +0800
committerMatthew Newhook <matthew@zeroc.com>2007-06-11 17:25:32 +0800
commit4b335dd4b5e88d4c01acd01910a1725c6fa3be1c (patch)
tree81d63b468adb9f983ba77852ffbdef8cbc2591f9 /cpp/src
parentadded .gitignore updates. (diff)
downloadice-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')
-rw-r--r--cpp/src/Slice/PythonUtil.cpp2
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());