aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-12-01 17:18:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-12-01 17:18:33 +0200
commit4badc791d1681336cb77bed9b46ed76f842cd21f (patch)
tree027a45d12f1b61884bb98e8e6c94f8a1d43a22e4 /template
parenteae9d8a277ab7d20228ac84bde36c75ef1d7b74d (diff)
Remove unused object id accessor
Diffstat (limited to 'template')
-rw-r--r--template/person.hxx7
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;