summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/machdep.c
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2003-06-25 08:11:29 +0000
committergrehan <grehan@FreeBSD.org>2003-06-25 08:11:29 +0000
commit7bb80e938f364efff0493e732c48b5d563a689a7 (patch)
tree9094527d1c7f527dd428a9dbedba2343ab1f8626 /sys/powerpc/aim/machdep.c
parentc6ac0f11518d778be07c4362c892c203678fd99c (diff)
downloadFreeBSD-src-7bb80e938f364efff0493e732c48b5d563a689a7.zip
FreeBSD-src-7bb80e938f364efff0493e732c48b5d563a689a7.tar.gz
Remove unused bootpath[] variable. It conflicted with a declaration
in the sunlabel utility, causing build problems.
Diffstat (limited to 'sys/powerpc/aim/machdep.c')
-rw-r--r--sys/powerpc/aim/machdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c
index 62e46e9..f9b3c5d 100644
--- a/sys/powerpc/aim/machdep.c
+++ b/sys/powerpc/aim/machdep.c
@@ -131,8 +131,6 @@ static int cacheline_size = CACHELINESIZE;
SYSCTL_INT(_machdep, CPU_CACHELINE, cacheline_size,
CTLFLAG_RD, &cacheline_size, 0, "");
-char bootpath[256];
-
#ifdef DDB
/* start and end of kernel symbol table */
void *ksym_start, *ksym_end;
OpenPOWER on IntegriCloud