From: khizmax Date: Sat, 11 Jul 2015 11:09:43 +0000 (+0300) Subject: Removed unused variable X-Git-Tag: v2.1.0~190 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b95d4e5308b97a6ce0df948640fd760fbfca2de5;p=libcds.git Removed unused variable --- diff --git a/cds/urcu/details/sig_threaded.h b/cds/urcu/details/sig_threaded.h index 4471183f..93e1aa24 100644 --- a/cds/urcu/details/sig_threaded.h +++ b/cds/urcu/details/sig_threaded.h @@ -167,10 +167,8 @@ namespace cds { namespace urcu { */ virtual void retire_ptr( retired_ptr& p ) { - if ( p.m_p ) { - epoch_retired_ptr ep( p, m_nCurEpoch.load( atomics::memory_order_acquire ) ); + if ( p.m_p ) push_buffer( epoch_retired_ptr( p, m_nCurEpoch.load( atomics::memory_order_acquire ))); - } } /// Retires the pointer chain [\p itFirst, \p itLast)