Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/hpc/apm Remove unused variable.



details:   https://anonhg.NetBSD.org/src/rev/aebd93ef57fd
branches:  trunk
changeset: 320817:aebd93ef57fd
user:      maya <maya%NetBSD.org@localhost>
date:      Sat Jul 21 18:11:09 2018 +0000

description:
Remove unused variable.

diffstat:

 sys/dev/hpc/apm/apmdev.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r ff29e915b45c -r aebd93ef57fd sys/dev/hpc/apm/apmdev.c
--- a/sys/dev/hpc/apm/apmdev.c  Sat Jul 21 16:21:27 2018 +0000
+++ b/sys/dev/hpc/apm/apmdev.c  Sat Jul 21 18:11:09 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: apmdev.c,v 1.31 2017/10/25 08:12:38 maya Exp $ */
+/*     $NetBSD: apmdev.c,v 1.32 2018/07/21 18:11:09 maya Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: apmdev.c,v 1.31 2017/10/25 08:12:38 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: apmdev.c,v 1.32 2018/07/21 18:11:09 maya Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_apm.h"
@@ -137,7 +137,6 @@
 };
 
 /* configurable variables */
-int    apm_bogus_bios = 0;
 #ifdef APM_NO_STANDBY
 int    apm_do_standby = 0;
 #else



Home | Main Index | Thread Index | Old Index