From owner-cvs-src@FreeBSD.ORG Sat Sep 15 12:33:25 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7930216A420; Sat, 15 Sep 2007 12:33:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D57113C465; Sat, 15 Sep 2007 12:33:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8FCXPX1046605; Sat, 15 Sep 2007 12:33:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8FCXPxQ046604; Sat, 15 Sep 2007 12:33:25 GMT (envelope-from rwatson) Message-Id: <200709151233.l8FCXPxQ046604@repoman.freebsd.org> From: Robert Watson Date: Sat, 15 Sep 2007 12:33:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_timeout.c src/sys/sys callout.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2007 12:33:25 -0000 rwatson 2007-09-15 12:33:24 UTC FreeBSD src repository Modified files: sys/kern kern_timeout.c sys/sys callout.h Log: Remove the definition and implementation of 'CALLOUT_NETGIANT', a now- (and possibly always-) unused define. Reported by: kmacy Approved by: re (kensmith) Revision Changes Path 1.106 +2 -11 src/sys/kern/kern_timeout.c 1.31 +0 -1 src/sys/sys/callout.h