From 4badc791d1681336cb77bed9b46ed76f842cd21f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 1 Dec 2010 17:18:33 +0200 Subject: Remove unused object id accessor --- template/person.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'template') 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; -- cgit v1.1