mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
base: remove deprecated cancel_blocking() support
for threads. Fixes #3806
This commit is contained in:
committed by
Norman Feske
parent
ce6f4dffe5
commit
f3efbe50bb
@ -166,12 +166,6 @@ void Cpu_sampler::Cpu_thread_component::single_step(bool enable)
|
||||
}
|
||||
|
||||
|
||||
void Cpu_sampler::Cpu_thread_component::cancel_blocking()
|
||||
{
|
||||
_parent_cpu_thread.cancel_blocking();
|
||||
}
|
||||
|
||||
|
||||
Thread_state Cpu_sampler::Cpu_thread_component::state()
|
||||
{
|
||||
return _parent_cpu_thread.state();
|
||||
|
@ -84,7 +84,6 @@ class Cpu_sampler::Cpu_thread_component : public Rpc_object<Cpu_thread>
|
||||
void pause() override;
|
||||
void resume() override;
|
||||
void single_step(bool) override;
|
||||
void cancel_blocking() override;
|
||||
Thread_state state() override;
|
||||
void state(Thread_state const &) override;
|
||||
void exception_sigh(Signal_context_capability) override;
|
||||
|
Reference in New Issue
Block a user