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 | a12b585f8d80b0d7007905d9c0ede0b0d07b8302 (patch) | |
tree | ef38939ea1d530093d0ddde463a80f052577941a /ace/Timer_List.cpp | |
parent | a35ae2f983e79aa3e58c30c46850fbed8db04146 (diff) | |
download | ATCD-a12b585f8d80b0d7007905d9c0ede0b0d07b8302.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) { |