Author: jra Date: 2006-02-27 18:48:33 +0000 (Mon, 27 Feb 2006) New Revision: 13724
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13724 Log: Remove unused variable. Bug #3559 from [EMAIL PROTECTED] Jeremy. Modified: branches/SAMBA_3_0/source/smbd/oplock_irix.c Changeset: Modified: branches/SAMBA_3_0/source/smbd/oplock_irix.c =================================================================== --- branches/SAMBA_3_0/source/smbd/oplock_irix.c 2006-02-27 18:45:46 UTC (rev 13723) +++ branches/SAMBA_3_0/source/smbd/oplock_irix.c 2006-02-27 18:48:33 UTC (rev 13724) @@ -206,13 +206,13 @@ } /**************************************************************************** - 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;
