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