Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/amd64 Remove unused variables.



details:   https://anonhg.NetBSD.org/src/rev/d8d9c78e1200
branches:  trunk
changeset: 827989:d8d9c78e1200
user:      maxv <maxv%NetBSD.org@localhost>
date:      Tue Nov 21 10:42:44 2017 +0000

description:
Remove unused variables.

diffstat:

 sys/arch/amd64/amd64/machdep.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 5a019045a640 -r d8d9c78e1200 sys/arch/amd64/amd64/machdep.c
--- a/sys/arch/amd64/amd64/machdep.c    Tue Nov 21 09:58:09 2017 +0000
+++ b/sys/arch/amd64/amd64/machdep.c    Tue Nov 21 10:42:44 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.276 2017/11/11 12:51:06 maxv Exp $       */
+/*     $NetBSD: machdep.c,v 1.277 2017/11/21 10:42:44 maxv Exp $       */
 
 /*
  * Copyright (c) 1996, 1997, 1998, 2000, 2006, 2007, 2008, 2011
@@ -110,7 +110,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.276 2017/11/11 12:51:06 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.277 2017/11/21 10:42:44 maxv Exp $");
 
 /* #define XENDEBUG_LOW  */
 
@@ -232,8 +232,6 @@
 struct mtrr_funcs *mtrr_funcs;
 #endif
 
-uint64_t dumpmem_low;
-uint64_t dumpmem_high;
 int cpu_class;
 int use_pae;
 



Home | Main Index | Thread Index | Old Index