summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/generator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/tree/generator.hxx')
-rw-r--r--xsd/cxx/tree/generator.hxx44
1 files changed, 0 insertions, 44 deletions
diff --git a/xsd/cxx/tree/generator.hxx b/xsd/cxx/tree/generator.hxx
deleted file mode 100644
index e3da0c3..0000000
--- a/xsd/cxx/tree/generator.hxx
+++ /dev/null
@@ -1,44 +0,0 @@
-// file : xsd/cxx/tree/generator.hxx
-// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-
-#ifndef CXX_TREE_GENERATOR_HXX
-#define CXX_TREE_GENERATOR_HXX
-
-#include <xsd-frontend/semantic-graph/elements.hxx> // Path
-#include <xsd-frontend/semantic-graph/schema.hxx>
-
-#include <xsd.hxx>
-#include <types.hxx>
-
-#include <cxx/literal-map.hxx>
-#include <cxx/tree/options.hxx>
-
-namespace CXX
-{
- namespace Tree
- {
- class Generator
- {
- public:
- static void
- usage ();
-
- struct Failed {};
-
- static size_t
- generate (options const&,
- XSDFrontend::SemanticGraph::Schema&,
- XSDFrontend::SemanticGraph::Path const& file,
- bool file_per_type,
- StringLiteralMap const&,
- const WarningSet& disabled_warnings,
- FileList& file_list,
- AutoUnlinks& unlinks);
-
- private:
- Generator ();
- };
- }
-}
-
-#endif // CXX_TREE_GENERATOR_HXX