summaryrefslogtreecommitdiff
path: root/source3/wrepld
diff options
context:
space:
mode:
Diffstat (limited to 'source3/wrepld')
-rw-r--r--source3/wrepld/parser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/wrepld/parser.c b/source3/wrepld/parser.c
index 1c3fd70095..f5b9be6727 100644
--- a/source3/wrepld/parser.c
+++ b/source3/wrepld/parser.c
@@ -54,8 +54,6 @@ check if the buffer has that much data
****************************************************************************/
static BOOL check_buffer(struct BUFFER *buffer, int more)
{
- char *temp;
-
DEBUG(10,("check_buffer: size is: %d offet is:%d growing by %d\n", buffer->length, buffer->offset, more));
if (buffer->offset+more > buffer->length) {