Module Name: src
Committed By: maxv
Date: Tue Nov 21 10:42:44 UTC 2017
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
Log Message:
Remove unused variables.
To generate a diff of this commit:
cvs rdiff -u -r1.276 -r1.277 src/sys/arch/amd64/amd64/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/amd64/machdep.c
diff -u src/sys/arch/amd64/amd64/machdep.c:1.276 src/sys/arch/amd64/amd64/machdep.c:1.277
--- src/sys/arch/amd64/amd64/machdep.c:1.276 Sat Nov 11 12:51:06 2017
+++ src/sys/arch/amd64/amd64/machdep.c Tue Nov 21 10:42:44 2017
@@ -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 @@ int cpu_class = CPUCLASS_686;
struct mtrr_funcs *mtrr_funcs;
#endif
-uint64_t dumpmem_low;
-uint64_t dumpmem_high;
int cpu_class;
int use_pae;