From owner-cvs-all Tue Jan 23 0:39:10 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 7DB3037B69B; Tue, 23 Jan 2001 00:38:51 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id AAA10068; Tue, 23 Jan 2001 00:38:47 -0800 Date: Tue, 23 Jan 2001 00:38:48 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Bruce Evans Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_synch.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 23 Jan 2001, Bruce Evans wrote: > On Mon, 22 Jan 2001, Matt Jacob wrote: > > > mjacob 2001/01/22 14:22:39 PST > > > > Modified files: > > sys/kern kern_synch.c > > Log: > > Move (now) unused variable declaration inside the block (now commented out). > > This actually moves the (temporarily) unused declaration to /dev/null. > Please ifdef temporary changes. Don't move them to a wrong place. Not sure I follow. I rather think this was the right place to put it. The declaration was for a value only used within a (now #if 0'd ) block. I suppose I could have nuked the whole block too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message