mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Remove redundant return statements
This commit is contained in:
parent
6ec57271b6
commit
d8212243c9
3 changed files with 0 additions and 3 deletions
|
|
@ -909,7 +909,6 @@ void ipc_client_handle_command(struct ipc_client *client, uint32_t payload_lengt
|
|||
|
||||
exit_cleanup:
|
||||
free(buf);
|
||||
return;
|
||||
}
|
||||
|
||||
bool ipc_send_reply(struct ipc_client *client, enum ipc_command_type payload_type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue