Remove unused stuff
authorVolker Lendecke <vl@samba.org>
Tue, 14 Oct 2008 11:28:06 +0000 (13:28 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 14 Oct 2008 11:30:13 +0000 (13:30 +0200)
source3/smbd/pipes.c

index af363689c9455127b406270837a6a1349097bfc0..25a1fe2e634045259cc00b118ffff0eb33eb5a5e 100644 (file)
 
 #define MAX_PIPE_NAME_LEN      24
 
-/* PIPE/<name>/<pid>/<pnum> */
-#define PIPEDB_KEY_FORMAT "PIPE/%s/%u/%d"
-
-struct pipe_dbrec {
-       struct server_id pid;
-       int pnum;
-       uid_t uid;
-
-       char name[MAX_PIPE_NAME_LEN];
-       fstring user;
-};
-
 /****************************************************************************
  Reply to an open and X on a named pipe.
  This code is basically stolen from reply_open_and_X with some