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,9 +169,7 @@ class Kernel::Ipc_node
** Accessors ** ** Accessors **
***************/ ***************/
Ipc_node * callee() { return _callee; } Thread &thread() { return _thread; }
State state() { return _state; }
Thread &thread() { return _thread; }
}; };
#endif /* _CORE__KERNEL__IPC_NODE_H_ */ #endif /* _CORE__KERNEL__IPC_NODE_H_ */