1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

Removed unused variable.

This commit is contained in:
Tim Potter
-
parent d0eae50874
commit e603235850

View 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) {