summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/polymorphism-processor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/tree/polymorphism-processor.hxx')
-rw-r--r--xsd/cxx/tree/polymorphism-processor.hxx30
1 files changed, 0 insertions, 30 deletions
diff --git a/xsd/cxx/tree/polymorphism-processor.hxx b/xsd/cxx/tree/polymorphism-processor.hxx
deleted file mode 100644
index 08c2502..0000000
--- a/xsd/cxx/tree/polymorphism-processor.hxx
+++ /dev/null
@@ -1,30 +0,0 @@
-// file : xsde/cxx/tree/polymorphism-processor.hxx
-// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-
-#ifndef CXX_TREE_POLYMORPHISM_PROCESSOR_HXX
-#define CXX_TREE_POLYMORPHISM_PROCESSOR_HXX
-
-#include <xsd-frontend/semantic-graph.hxx>
-
-#include <xsd.hxx>
-#include <types.hxx>
-
-#include <cxx/tree/options.hxx>
-
-namespace CXX
-{
- namespace Tree
- {
- class PolymorphismProcessor
- {
- public:
- bool
- process (options const&,
- XSDFrontend::SemanticGraph::Schema&,
- XSDFrontend::SemanticGraph::Path const& file,
- const WarningSet& disabled_warnings);
- };
- }
-}
-
-#endif // CXX_TREE_POLYMORPHISM_PROCESSOR_HXX