From owner-p4-projects@FreeBSD.ORG Fri Oct 5 00:06:39 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C3DE716A46C; Fri, 5 Oct 2007 00:06:39 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1506B16A41B for ; Fri, 5 Oct 2007 00:06:39 +0000 (UTC) (envelope-from cnst@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0B9F613C455 for ; Fri, 5 Oct 2007 00:06:39 +0000 (UTC) (envelope-from cnst@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 l9506ccE009107 for ; Fri, 5 Oct 2007 00:06:38 GMT (envelope-from cnst@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9506cJJ009104 for perforce@freebsd.org; Fri, 5 Oct 2007 00:06:38 GMT (envelope-from cnst@FreeBSD.org) Date: Fri, 5 Oct 2007 00:06:38 GMT Message-Id: <200710050006.l9506cJJ009104@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to cnst@FreeBSD.org using -f From: "Constantine A. Murenin" To: Perforce Change Reviews Cc: Subject: PERFORCE change 127204 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 00:06:40 -0000 http://perforce.freebsd.org/chv.cgi?CH=127204 Change 127204 by cnst@dale on 2007/10/05 00:06:34 SENSORS_DEBUG was only ever used for debugging lm(4) on FreeBSD, but it's not used anymore, so let's get rid of it Affected files ... .. //depot/projects/soc2007/cnst-sensors/sys.sys/sensors.h#5 edit Differences ... ==== //depot/projects/soc2007/cnst-sensors/sys.sys/sensors.h#5 (text+ko) ==== @@ -1,4 +1,4 @@ -/* $P4: //depot/projects/soc2007/cnst-sensors/sys.sys/sensors.h#4 $ */ +/* $P4: //depot/projects/soc2007/cnst-sensors/sys.sys/sensors.h#5 $ */ /* $FreeBSD$ */ /* $OpenBSD: sensors.h,v 1.23 2007/03/22 16:55:31 deraadt Exp $ */ @@ -31,8 +31,6 @@ #ifndef _SYS_SENSORS_H_ #define _SYS_SENSORS_H_ -#define SENSORS_DEBUG - /* Sensor types */ enum sensor_type { SENSOR_TEMP, /* temperature (muK) */