summaryrefslogtreecommitdiff
path: root/odb/traversal/union-template.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/traversal/union-template.hxx')
-rw-r--r--odb/traversal/union-template.hxx30
1 files changed, 0 insertions, 30 deletions
diff --git a/odb/traversal/union-template.hxx b/odb/traversal/union-template.hxx
deleted file mode 100644
index 3ff8e19..0000000
--- a/odb/traversal/union-template.hxx
+++ /dev/null
@@ -1,30 +0,0 @@
-// file : odb/traversal/union-template.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
-// license : GNU GPL v3; see accompanying LICENSE file
-
-#ifndef ODB_TRAVERSAL_UNION_TEMPLATE_HXX
-#define ODB_TRAVERSAL_UNION_TEMPLATE_HXX
-
-#include <odb/semantics/union-template.hxx>
-
-#include <odb/traversal/elements.hxx>
-#include <odb/traversal/union.hxx>
-
-namespace traversal
-{
- struct union_template: scope_template<semantics::union_template> {};
-
- struct union_instantiation: scope_template<semantics::union_instantiation>
- {
- virtual void
- traverse (type&);
-
- virtual void
- instantiates (type&);
-
- virtual void
- instantiates (type&, edge_dispatcher&);
- };
-}
-
-#endif // ODB_TRAVERSAL_UNION_TEMPLATE_HXX