diff options
Diffstat (limited to 'query')
-rw-r--r-- | query/person.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/query/person.hxx b/query/person.hxx index ad2adc3..72da079 100644 --- a/query/person.hxx +++ b/query/person.hxx @@ -38,13 +38,6 @@ public: return age_; } -public: - unsigned long - id () const - { - return id_; - } - private: friend class odb::access; |