mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
dynamic_rom: remove superfluous sigh dissolve
The 'Signal_rpc_member' takes care about dissolving its signal context from the receiver. So we don't need to manually perform this operation in the session destructor.
This commit is contained in:
parent
e20c27c9ab
commit
3113aac2c0
@ -164,11 +164,6 @@ class Dynamic_rom::Session_component : public Rpc_object<Genode::Rom_session>
|
||||
_execute_steps_until_sleep();
|
||||
}
|
||||
|
||||
~Session_component()
|
||||
{
|
||||
_ep.dissolve(_timer_dispatcher);
|
||||
}
|
||||
|
||||
Genode::Rom_dataspace_capability dataspace() override
|
||||
{
|
||||
using namespace Genode;
|
||||
|
Loading…
Reference in New Issue
Block a user