aboutsummaryrefslogtreecommitdiff
path: root/mapping
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-12-01 17:18:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-12-01 17:18:33 +0200
commit4badc791d1681336cb77bed9b46ed76f842cd21f (patch)
tree027a45d12f1b61884bb98e8e6c94f8a1d43a22e4 /mapping
parenteae9d8a277ab7d20228ac84bde36c75ef1d7b74d (diff)
Remove unused object id accessor
Diffstat (limited to 'mapping')
-rw-r--r--mapping/person.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/mapping/person.hxx b/mapping/person.hxx
index b091944..ba07ef5 100644
--- a/mapping/person.hxx
+++ b/mapping/person.hxx
@@ -90,13 +90,6 @@ public:
return married_;
}
-public:
- unsigned long
- id () const
- {
- return id_;
- }
-
private:
friend class odb::access;