summaryrefslogtreecommitdiff
path: root/odb/semantics/elements.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/elements.ixx')
-rw-r--r--odb/semantics/elements.ixx13
1 files changed, 0 insertions, 13 deletions
diff --git a/odb/semantics/elements.ixx b/odb/semantics/elements.ixx
deleted file mode 100644
index 32f9ced..0000000
--- a/odb/semantics/elements.ixx
+++ /dev/null
@@ -1,13 +0,0 @@
-// file : odb/semantics/elements.ixx
-// license : GNU GPL v3; see accompanying LICENSE file
-
-namespace semantics
-{
- // typedefs
- //
- inline typedefs::type_type& typedefs::
- type () const
- {
- return dynamic_cast<type_type&> (named ());
- }
-}