diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-10-15 07:11:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-10-15 07:11:42 +0200 |
commit | df075357b5463e0c8f7d00e61bdb7b56388483d9 (patch) | |
tree | 4fd30dc5c3a58f73de7cf64f0ef205260759d540 /common/session/custom/session.txx | |
parent | 4cb3716317207e3a6813b0d9ff779edc7fec91de (diff) |
Remove unused typedef
Diffstat (limited to 'common/session/custom/session.txx')
-rw-r--r-- | common/session/custom/session.txx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/session/custom/session.txx b/common/session/custom/session.txx index 803a27b..2fdd20e 100644 --- a/common/session/custom/session.txx +++ b/common/session/custom/session.txx @@ -10,8 +10,6 @@ _cache_insert (odb::database&, const typename odb::object_traits<T>::id_type& id, const typename odb::object_traits<T>::pointer_type& obj) { - typedef odb::object_traits<T> object_traits; - if (current == 0) return cache_position<T> (); // No session, return empty position. |