arm: remove duplicate arch_get_thread_debug_cpu_state().

This commit is contained in:
Jérôme Duval 2016-05-02 21:25:05 +02:00
parent 56d0435fd2
commit ab7c65d33d
1 changed files with 0 additions and 7 deletions

View File

@ -60,13 +60,6 @@ arch_get_debug_cpu_state(debug_cpu_state *cpuState)
}
status_t
arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState)
{
return B_UNSUPPORTED;
}
status_t
arch_get_thread_debug_cpu_state(Thread *thread, debug_cpu_state *cpuState)
{