diff options
Diffstat (limited to 'gdbserver/inferiors.cc')
-rw-r--r-- | gdbserver/inferiors.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdbserver/inferiors.cc b/gdbserver/inferiors.cc index 96fb753..b0610d6 100644 --- a/gdbserver/inferiors.cc +++ b/gdbserver/inferiors.cc @@ -118,12 +118,6 @@ process_info::remove_thread (thread_info *thread) m_thread_list.erase (m_thread_list.iterator_to (*thread)); } -void * -thread_target_data (struct thread_info *thread) -{ - return thread->target_data; -} - void clear_inferiors (void) { |