kernel/user_debugger: Remove declaration for _user_get_stack_trace.

The method itself was removed in 8f9d4cad45.
This commit is contained in:
Augustin Cavalier
2024-12-26 20:34:27 -05:00
parent 2d246d1be0
commit c9fe6a1441
-2
View File
@@ -293,8 +293,6 @@ status_t _user_set_debugger_breakpoint(void *address, uint32 type,
int32 length, bool watchpoint);
status_t _user_clear_debugger_breakpoint(void *address, bool watchpoint);
ssize_t _user_get_stack_trace(size_t addressCount, addr_t* returnAddresses);
#ifdef __cplusplus
} // extern "C"
#endif