summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
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.
****************************************************************************/