diff options
Diffstat (limited to 'gdb/fbsd-nat.h')
-rw-r--r-- | gdb/fbsd-nat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/fbsd-nat.h b/gdb/fbsd-nat.h index 0acfef2..2d9c6e1 100644 --- a/gdb/fbsd-nat.h +++ b/gdb/fbsd-nat.h @@ -67,13 +67,9 @@ public: void update_thread_list () override; bool can_async_p () override; - bool is_async_p () override; - int async_wait_fd () override; void async (int) override; - void close () override; - thread_control_capabilities get_thread_control_capabilities () override { return tc_schedlock; } |