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.ixx14
1 files changed, 0 insertions, 14 deletions
diff --git a/odb/semantics/elements.ixx b/odb/semantics/elements.ixx
deleted file mode 100644
index a513dfc..0000000
--- a/odb/semantics/elements.ixx
+++ /dev/null
@@ -1,14 +0,0 @@
-// file : odb/semantics/elements.ixx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
-// license : GNU GPL v3; see accompanying LICENSE file
-
-namespace semantics
-{
- // typedefs
- //
- inline typedefs::type_type& typedefs::
- type () const
- {
- return dynamic_cast<type_type&> (named ());
- }
-}