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