Removed unused variable.
authorTim Potter <tpot@samba.org>
Wed, 1 May 2002 02:40:15 +0000 (02:40 +0000)
committerTim Potter <tpot@samba.org>
Wed, 1 May 2002 02:40:15 +0000 (02:40 +0000)
(This used to be commit e603235850db19b23a8cbdc8426b97a508bbd561)

source3/wrepld/parser.c

index 1c3fd700952e15db1e58b8c9841f444f84ab8e44..f5b9be672779ae5748c87276ed1dbffd8ab948de 100644 (file)
@@ -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) {