summaryrefslogtreecommitdiff
path: root/odb/relational/common.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/common.cxx')
-rw-r--r--odb/relational/common.cxx28
1 files changed, 0 insertions, 28 deletions
diff --git a/odb/relational/common.cxx b/odb/relational/common.cxx
deleted file mode 100644
index 9b665cf..0000000
--- a/odb/relational/common.cxx
+++ /dev/null
@@ -1,28 +0,0 @@
-// file : odb/relational/common.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
-// license : GNU GPL v3; see accompanying LICENSE file
-
-#include <odb/relational/common.hxx>
-
-using namespace std;
-
-namespace relational
-{
- // member_image_type
- //
- string member_image_type::
- image_type (semantics::data_member&)
- {
- assert (false);
- return string ();
- }
-
- // member_database_type_id
- //
- string member_database_type_id::
- database_type_id (semantics::data_member&)
- {
- assert (false);
- return string ();
- }
-}