From d417ef4a71bf1b2cfcc51f81c3a28ab558aefca6 Mon Sep 17 00:00:00 2001 From: Benno Rice Date: Wed, 5 Feb 2003 12:34:10 +0000 Subject: [PATCH] GC an unused variable. --- sys/powerpc/aim/machdep.c | 2 -- sys/powerpc/powerpc/machdep.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c index efcb7fe3bbc..b7457569613 100644 --- a/sys/powerpc/aim/machdep.c +++ b/sys/powerpc/aim/machdep.c @@ -154,8 +154,6 @@ int setfault(faultbuf); /* defined in locore.S */ long Maxmem = 0; -static int chosen; - struct pmap ofw_pmap; extern int ofmsr; diff --git a/sys/powerpc/powerpc/machdep.c b/sys/powerpc/powerpc/machdep.c index efcb7fe3bbc..b7457569613 100644 --- a/sys/powerpc/powerpc/machdep.c +++ b/sys/powerpc/powerpc/machdep.c @@ -154,8 +154,6 @@ int setfault(faultbuf); /* defined in locore.S */ long Maxmem = 0; -static int chosen; - struct pmap ofw_pmap; extern int ofmsr;