summaryrefslogtreecommitdiff
path: root/odb/traversal/union.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/traversal/union.hxx')
-rw-r--r--odb/traversal/union.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/odb/traversal/union.hxx b/odb/traversal/union.hxx
deleted file mode 100644
index 7dfa8c8..0000000
--- a/odb/traversal/union.hxx
+++ /dev/null
@@ -1,16 +0,0 @@
-// file : odb/traversal/union.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
-// license : GNU GPL v3; see accompanying LICENSE file
-
-#ifndef ODB_TRAVERSAL_UNION_HXX
-#define ODB_TRAVERSAL_UNION_HXX
-
-#include <odb/semantics/union.hxx>
-#include <odb/traversal/elements.hxx>
-
-namespace traversal
-{
- struct union_: scope_template<semantics::union_> {};
-}
-
-#endif // ODB_TRAVERSAL_UNION_HXX