From 823026b58211a4166de06ac243d978dcb9930271 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 22 Jan 2024 15:58:08 +0300 Subject: Turn odb repository into muti-package repository Also remove the autoconf/make-based build system. --- odb/relational/common.cxx | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 odb/relational/common.cxx (limited to 'odb/relational/common.cxx') diff --git a/odb/relational/common.cxx b/odb/relational/common.cxx deleted file mode 100644 index 5c9126c..0000000 --- a/odb/relational/common.cxx +++ /dev/null @@ -1,27 +0,0 @@ -// file : odb/relational/common.cxx -// license : GNU GPL v3; see accompanying LICENSE file - -#include - -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 (); - } -} -- cgit v1.1