summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/messages.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/lib/messages.c b/source3/lib/messages.c
index 6932369b21..bad6bdf1a9 100644
--- a/source3/lib/messages.c
+++ b/source3/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.
****************************************************************************/