summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-08-14 10:06:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:41 -0500
commitae89ba48ec548f28d38a0a35bc3884181946f1b8 (patch)
tree845559adff7e24b8730e63dc836bb13d5c54e8a3 /source3/smbd/process.c
parente0880fa7bd79878f53bfa2536e683a38e9c89c6a (diff)
downloadsamba-ae89ba48ec548f28d38a0a35bc3884181946f1b8.tar.gz
samba-ae89ba48ec548f28d38a0a35bc3884181946f1b8.tar.bz2
samba-ae89ba48ec548f28d38a0a35bc3884181946f1b8.zip
r24404: Remove get_OutBuffer usage from blocking.c
(This used to be commit cb8fab5663db2cb408e1b85a7287d3670b09d503)
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r--source3/smbd/process.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index 7e499b7797..ca55c8f63f 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -1743,11 +1743,6 @@ char *get_InBuffer(void)
return InBuffer;
}
-char *get_OutBuffer(void)
-{
- return OutBuffer;
-}
-
/****************************************************************************
Allocate a new InBuffer. Returns the new and old ones.
****************************************************************************/