summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r--cpp/src/slice2cpp/Gen.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h
index f21aadc01cb..0a92b659fe1 100644
--- a/cpp/src/slice2cpp/Gen.h
+++ b/cpp/src/slice2cpp/Gen.h
@@ -255,23 +255,6 @@ private:
std::string _dllExport;
};
-
- class GlobalVisitor : public ::IceUtil::noncopyable, public ParserVisitor
- {
- public:
-
- GlobalVisitor(Output&, Output&, const std::string&);
-
- virtual void visitClassDecl(const ClassDeclPtr&);
- virtual bool visitClassDefStart(const ClassDefPtr&);
-
- private:
-
- Output& H;
- Output& C;
-
- std::string _dllExport;
- };
};
}