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
1 changed files with 1 additions and 3 deletions

View File

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