summaryrefslogtreecommitdiff
path: root/source3/smbd/pipes.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-10-14 13:28:06 +0200
committerVolker Lendecke <vl@samba.org>2008-10-14 13:30:13 +0200
commita7187e80832685f252ea94b82724f21d05c9ea22 (patch)
tree2df1820ad45e86cd2e7c35a09b02317ad0fcf837 /source3/smbd/pipes.c
parent69c5992d173f58a71f1899fbb63d3b6219bd3f98 (diff)
downloadsamba-a7187e80832685f252ea94b82724f21d05c9ea22.tar.gz
samba-a7187e80832685f252ea94b82724f21d05c9ea22.tar.bz2
samba-a7187e80832685f252ea94b82724f21d05c9ea22.zip
Remove unused stuff
Diffstat (limited to 'source3/smbd/pipes.c')
-rw-r--r--source3/smbd/pipes.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/smbd/pipes.c b/source3/smbd/pipes.c
index af363689c9..25a1fe2e63 100644
--- a/source3/smbd/pipes.c
+++ b/source3/smbd/pipes.c
@@ -32,18 +32,6 @@
#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