r23077: Minor cleanup
authorVolker Lendecke <vlendec@samba.org>
Tue, 22 May 2007 14:31:26 +0000 (14:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:43 +0000 (12:22 -0500)
(This used to be commit 72ed8388252bed07627b3a4636744dc8acf1c98b)

source3/lib/messages.c

index 6932369b2174116ed0bebcdbfe5a84cf34387f18..bad6bdf1a9cd2f1f99014a4a356d10f43c44b98e 100644 (file)
@@ -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.
 ****************************************************************************/