diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-13 06:53:56 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-13 06:53:56 +0000 |
commit | 9a4015e3745ffdcabce4aefb7306f1e685005b0f (patch) | |
tree | ef38939ea1d530093d0ddde463a80f052577941a /ace/Timer_List.cpp | |
parent | e3a0ffa03433e389ca436b5b749fcb70950c4409 (diff) | |
download | ATCD-9a4015e3745ffdcabce4aefb7306f1e685005b0f.tar.gz |
foo
Diffstat (limited to 'ace/Timer_List.cpp')
-rw-r--r-- | ace/Timer_List.cpp | 6 |
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) { |