From 520f88143bd894f6aea38bb9adae5a1165a8720e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 20 Jan 2009 15:26:06 +0100 Subject: Remove some unused code --- source3/rpc_server/srv_pipe_hnd.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'source3/rpc_server/srv_pipe_hnd.c') diff --git a/source3/rpc_server/srv_pipe_hnd.c b/source3/rpc_server/srv_pipe_hnd.c index cbb6a8f4bf..0753476230 100644 --- a/source3/rpc_server/srv_pipe_hnd.c +++ b/source3/rpc_server/srv_pipe_hnd.c @@ -28,7 +28,6 @@ static int pipes_open; static pipes_struct *InternalPipes; -static struct bitmap *bmap; /* TODO * the following prototypes are declared here to avoid @@ -56,18 +55,6 @@ pipes_struct *get_next_internal_pipe(pipes_struct *p) return p->next; } -/**************************************************************************** - Initialise pipe handle states. -****************************************************************************/ - -void init_rpc_pipe_hnd(void) -{ - bmap = bitmap_allocate(MAX_OPEN_PIPES); - if (!bmap) { - exit_server("out of memory in init_rpc_pipe_hnd"); - } -} - /**************************************************************************** Initialise an outgoing packet. ****************************************************************************/ -- cgit