1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s4:messaging: Remove redundant code

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-10-06 12:03:40 +13:00 committed by Andrew Bartlett
parent 61534dd22d
commit c65411eab5

View File

@ -349,9 +349,6 @@ size_t imessaging_deregister(struct imessaging_context *msg, uint32_t msg_type,
*/
int imessaging_cleanup(struct imessaging_context *msg)
{
if (!msg) {
return 0;
}
return 0;
}