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