]> git.corax.cc Git - toolbox/commit
include/ipc: Remove unnecessary variables in _ipc_msg_new()
authorMatthias Kruk <m@m10k.eu>
Sun, 27 Feb 2022 08:46:47 +0000 (17:46 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 27 Feb 2022 08:46:47 +0000 (17:46 +0900)
commit810e81a90c85deb8c104771ce78ec1658cf855a5
tree7f4b1d8432ff03700be185b3fa37e6ca90297c29
parent1eb716c232d999ba31e9d16d2abff7ebd295811a
include/ipc: Remove unnecessary variables in _ipc_msg_new()

The `_ipc_msg_new()` function has one duplicate and one unused
variable declaration that can be removed.

This commit removes the unnecessary variable declarations from
`_ipc_msg_new()`.
include/ipc.sh