hw: bin stupid case in Thread::_await_ipc_failed

ref #958
This commit is contained in:
Martin Stein 2013-11-21 17:30:43 +01:00 committed by Norman Feske
parent dc8cbbf022
commit 5e3d505ef4

View File

@ -131,10 +131,6 @@ void Thread::_await_ipc_failed()
user_arg_0(-1);
_schedule();
return;
case SCHEDULED:
PERR("failed to receive IPC");
_stop();
return;
default:
PERR("wrong thread state to cancel IPC");
_stop();