diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-05-22 14:31:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:22:43 -0500 |
commit | 2991d3416b688a9b29ac891a9e5571099c333267 (patch) | |
tree | 66bb3f44e6eddd42915ffe3ff2a7455893977b0a | |
parent | 9ccec437b89acc856005b4d7702fe04f2ca211b1 (diff) | |
download | samba-2991d3416b688a9b29ac891a9e5571099c333267.tar.gz samba-2991d3416b688a9b29ac891a9e5571099c333267.tar.bz2 samba-2991d3416b688a9b29ac891a9e5571099c333267.zip |
r23077: Minor cleanup
(This used to be commit 72ed8388252bed07627b3a4636744dc8acf1c98b)
-rw-r--r-- | source3/lib/messages.c | 4 |
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. ****************************************************************************/ |