base-hw: remove unused Ipc_node accessor methods

Ref #3308
This commit is contained in:
Martin Stein 2019-04-24 11:02:36 +02:00 committed by Christian Helmuth
parent 5a95183c3e
commit a04243aaf4

View File

@ -169,8 +169,6 @@ class Kernel::Ipc_node
** Accessors ** ** Accessors **
***************/ ***************/
Ipc_node * callee() { return _callee; }
State state() { return _state; }
Thread &thread() { return _thread; } Thread &thread() { return _thread; }
}; };