From: Volker Lendecke Date: Tue, 22 May 2007 14:31:26 +0000 (+0000) Subject: r23077: Minor cleanup X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~384 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72ed8388252bed07627b3a4636744dc8acf1c98b;p=thirdparty%2Fsamba.git r23077: Minor cleanup --- diff --git a/source/lib/messages.c b/source/lib/messages.c index 6932369b217..bad6bdf1a9c 100644 --- a/source/lib/messages.c +++ b/source/lib/messages.c @@ -82,10 +82,6 @@ static void sig_usr1(void) sys_select_signal(SIGUSR1); } -static NTSTATUS messaging_tdb_send(TDB_CONTEXT *msg_tdb, - struct server_id pid, int msg_type, - const void *buf, size_t len); - /**************************************************************************** A useful function for testing the message system. ****************************************************************************/