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:
Norman Feske 2014-09-10 16:12:00 +02:00
parent e20c27c9ab
commit 3113aac2c0
1 changed files with 0 additions and 5 deletions

View File

@ -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;