summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-03-29 03:17:59 +0000
committerMichi Henning <michi@zeroc.com>2004-03-29 03:17:59 +0000
commitc30e4163fbae66868ef8cda2f9b5602806679747 (patch)
tree56ec4da030e3f1650f284f09056b5f569b395fc9 /cpp/src
parent*** empty log message *** (diff)
downloadice-c30e4163fbae66868ef8cda2f9b5602806679747.tar.bz2
ice-c30e4163fbae66868ef8cda2f9b5602806679747.tar.xz
ice-c30e4163fbae66868ef8cda2f9b5602806679747.zip
Removed warning about unused variable.
Diffstat (limited to 'cpp/src')
-rwxr-xr-xcpp/src/slice2cs/Gen.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/slice2cs/Gen.cpp b/cpp/src/slice2cs/Gen.cpp
index 139637df0ec..7fbf47261cb 100755
--- a/cpp/src/slice2cs/Gen.cpp
+++ b/cpp/src/slice2cs/Gen.cpp
@@ -722,8 +722,6 @@ Slice::Gen::TypesVisitor::visitClassDefEnd(const ClassDefPtr& p)
{
string name = fixId(p->name());
DataMemberList dataMembers = p->dataMembers();
- DataMemberList::const_iterator q;
-
if(!p->isInterface())
{