diff options
author | Tim Potter <tpot@samba.org> | 2002-05-01 02:40:15 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-05-01 02:40:15 +0000 |
commit | 9a1df3d6683c06bbdabc1ae30c2c441905786d2b (patch) | |
tree | 12fb813422db0416d81147bf5cf8917c68315567 /source3/wrepld | |
parent | 9d0ff4b777c2bf053b47dab0ae8a5ce007145b7b (diff) | |
download | samba-9a1df3d6683c06bbdabc1ae30c2c441905786d2b.tar.gz samba-9a1df3d6683c06bbdabc1ae30c2c441905786d2b.tar.bz2 samba-9a1df3d6683c06bbdabc1ae30c2c441905786d2b.zip |
Removed unused variable.
(This used to be commit e603235850db19b23a8cbdc8426b97a508bbd561)
Diffstat (limited to 'source3/wrepld')
-rw-r--r-- | source3/wrepld/parser.c | 2 |
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) { |