From 937250e9b33c2dd63cd344e1c37dd9c0df106aef Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Fri, 23 May 2003 17:07:37 +0000 Subject: Fixed Sun warnings --- cpp/src/slice2cpp/Gen.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/src/slice2cpp/Gen.cpp') diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index 97aebb857a4..1dba1dc60ae 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -2436,7 +2436,6 @@ Slice::Gen::ObjectVisitor::visitClassDefEnd(const ClassDefPtr& p) else { string name = fixKwd(p->name()); - string scope = fixKwd(p->scope()); H << sp << nl << "void " << _dllExport << "__patch__" << name << "Ptr(void*, ::Ice::ObjectPtr&);"; -- cgit v1.2.3