diff options
Diffstat (limited to 'xsd/cxx/tree/polymorphism-processor.hxx')
-rw-r--r-- | xsd/cxx/tree/polymorphism-processor.hxx | 30 |
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 88019a8..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 XSD_CXX_TREE_POLYMORPHISM_PROCESSOR_HXX -#define XSD_CXX_TREE_POLYMORPHISM_PROCESSOR_HXX - -#include <libxsd-frontend/semantic-graph.hxx> - -#include <xsd/xsd.hxx> -#include <xsd/types.hxx> - -#include <xsd/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 // XSD_CXX_TREE_POLYMORPHISM_PROCESSOR_HXX |