summaryrefslogtreecommitdiff
path: root/ace/Timer_List.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-13 06:53:56 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-13 06:53:56 +0000
commita12b585f8d80b0d7007905d9c0ede0b0d07b8302 (patch)
treeef38939ea1d530093d0ddde463a80f052577941a /ace/Timer_List.cpp
parenta35ae2f983e79aa3e58c30c46850fbed8db04146 (diff)
downloadATCD-a12b585f8d80b0d7007905d9c0ede0b0d07b8302.tar.gz
foo
Diffstat (limited to 'ace/Timer_List.cpp')
-rw-r--r--ace/Timer_List.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/ace/Timer_List.cpp b/ace/Timer_List.cpp
index 5b0be11591a..0d9cdd53047 100644
--- a/ace/Timer_List.cpp
+++ b/ace/Timer_List.cpp
@@ -1,11 +1,5 @@
#include "ace/Timer_List.h"
-int
-ACE_Timer_List::expire (void)
-{
- return this->ACE_Timer_Queue::expire ();
-}
-
ACE_Timer_List_Iterator::ACE_Timer_List_Iterator (ACE_Timer_List &list)
: timer_list_ (list)
{