diff options
Diffstat (limited to 'mapping/person.hxx')
-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; |