From d14b4973bf8f25282b70e72ec5f577f71dfcded7 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Tue, 9 Mar 2010 16:01:54 -0800 Subject: Cleaning up translator and adding tests related to bug 4704. This commit does NOT need to be included in the official patch for this bug. --- cpp/src/slice2cpp/Gen.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp/src/slice2cpp/Gen.h') diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index 3a514499bf0..b262fbae6fb 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -445,9 +445,7 @@ private: virtual bool visitModuleStart(const ModulePtr&); virtual void visitModuleEnd(const ModulePtr&); virtual bool visitStructStart(const StructPtr&); - virtual void visitStructEnd(const StructPtr&); virtual bool visitExceptionStart(const ExceptionPtr&); - virtual void visitExceptionEnd(const ExceptionPtr&); virtual void visitEnum(const EnumPtr&); private: -- cgit v1.2.3