diff options
-rw-r--r-- | odb/traits.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
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 <typename T> // 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&) |