From f2fa0dca767976628354595cb4e1038ef1670c67 Mon Sep 17 00:00:00 2001 From: vzykov Date: Wed, 26 Sep 2007 09:36:59 +0000 Subject: ChangeLogTag: Wed Sep 26 09:34:29 UTC 2007 Vladimir Zykov --- ACE/ace/Timer_Hash_T.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ACE/ace/Timer_Hash_T.h') diff --git a/ACE/ace/Timer_Hash_T.h b/ACE/ace/Timer_Hash_T.h index 28230ba628b..5956d3691b4 100644 --- a/ACE/ace/Timer_Hash_T.h +++ b/ACE/ace/Timer_Hash_T.h @@ -27,8 +27,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL // Forward declaration. template class ACE_Timer_Hash_T; -template -class Hash_Token; /** * @class ACE_Timer_Hash_Upcall @@ -311,10 +309,6 @@ private: ptrdiff_t pointer_base_; #endif - /// Hash_Token is usually allocated in schedule but its - /// deallocation is problematic and token_list_ helps with this. - ACE_Locked_Free_List, ACE_Null_Mutex> token_list_; - // = Don't allow these operations for now. ACE_UNIMPLEMENTED_FUNC (ACE_Timer_Hash_T (const ACE_Timer_Hash_T &)) ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Timer_Hash_T &)) -- cgit v1.2.1