diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-12-01 17:18:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-12-01 17:18:33 +0200 |
commit | 4badc791d1681336cb77bed9b46ed76f842cd21f (patch) | |
tree | 027a45d12f1b61884bb98e8e6c94f8a1d43a22e4 /mapping | |
parent | eae9d8a277ab7d20228ac84bde36c75ef1d7b74d (diff) |
Remove unused object id accessor
Diffstat (limited to 'mapping')
-rw-r--r-- | mapping/person.hxx | 7 |
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; |