diff options
Diffstat (limited to 'odb/traversal/union.hxx')
-rw-r--r-- | odb/traversal/union.hxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/odb/traversal/union.hxx b/odb/traversal/union.hxx deleted file mode 100644 index 2d1a7af..0000000 --- a/odb/traversal/union.hxx +++ /dev/null @@ -1,15 +0,0 @@ -// file : odb/traversal/union.hxx -// 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 |