aboutsummaryrefslogtreecommitdiff
path: root/odb/traits.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-19 11:30:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-19 11:30:51 +0200
commit9f3fa26aca33674f702f2b7579177c99c61ddcd2 (patch)
treed91d103d36cf01e96a58920b989e2d6866880816 /odb/traits.hxx
parent376434fbe0a3a8a185e2fb6dcdabca97fe0379c1 (diff)
Remove unused id_source constant
Diffstat (limited to 'odb/traits.hxx')
-rw-r--r--odb/traits.hxx6
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&)