From df075357b5463e0c8f7d00e61bdb7b56388483d9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Oct 2013 07:11:42 +0200 Subject: Remove unused typedef --- common/session/custom/session.txx | 2 -- 1 file changed, 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::id_type& id, const typename odb::object_traits::pointer_type& obj) { - typedef odb::object_traits object_traits; - if (current == 0) return cache_position (); // No session, return empty position. -- cgit v1.1