From 9f3fa26aca33674f702f2b7579177c99c61ddcd2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 19 Aug 2010 11:30:51 +0200 Subject: Remove unused id_source constant --- odb/traits.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'odb/traits.hxx') diff --git a/odb/traits.hxx b/odb/traits.hxx index 1701ef0..5e500bf 100644 --- a/odb/traits.hxx +++ b/odb/traits.hxx @@ -11,11 +11,6 @@ namespace odb { - enum id_source - { - ids_assigned /* Assigned by the application. */ - }; - // template // class access::object_traits; // @@ -23,7 +18,6 @@ namespace odb // and define the following members: // // id_type - object id (primary key) type - // id_source - object id (primary key) source // id_type id (const T&) - get object id // // void persist (database&, T&) -- cgit v1.1