r13724: Remove unused variable. Bug #3559 from
authorJeremy Allison <jra@samba.org>
Mon, 27 Feb 2006 18:48:33 +0000 (18:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:10:51 +0000 (11:10 -0500)
jason@ncac.gwu.edu.
Jeremy.

source/smbd/oplock_irix.c

index fa86211c7f615472db2170537c0dd2df4d282409..8f0143874590473988412925d079d8235f4bddbb 100644 (file)
@@ -206,13 +206,13 @@ oplock state of %x.\n", fsp->fsp_name, (unsigned int)fsp->dev,
 }
 
 /****************************************************************************
- Set *maxfd to include oplock read pipe.
+ See if there is a message waiting in this fd set.
  Note that fds MAY BE NULL ! If so we must do our own select.
 ****************************************************************************/
 
 static BOOL irix_oplock_msg_waiting(fd_set *fds)
 {
-       int maxfd, selrtn;
+       int selrtn;
        fd_set myfds;
        struct timeval to;