From: Volker Lendecke Date: Tue, 25 Jul 2017 14:24:04 +0000 (+0200) Subject: messaging: Remove an unused #define X-Git-Tag: talloc-2.1.11~295 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84fd51ba6103957f64021e6543314bcbe1f389af;p=thirdparty%2Fsamba.git messaging: Remove an unused #define Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/include/messages.h b/source3/include/messages.h index 8d3b1d86e75..6a0340f5a7f 100644 --- a/source3/include/messages.h +++ b/source3/include/messages.h @@ -35,18 +35,6 @@ */ #define MSG_FLAG_LOWPRIORITY 0x80000000 - -/* - * ctdb gives us 64-bit server ids for messaging_send. This is done to avoid - * pid clashes and to be able to register for special messages like "all - * smbds". - * - * Normal individual server id's have the upper 32 bits to 0, I picked "1" for - * Samba, other subsystems might use something else. - */ - -#define MSG_SRVID_SAMBA 0x0000000100000000LL - #include "librpc/gen_ndr/server_id.h" #include "lib/util/data_blob.h" #include "system/network.h"