From 9fc0d6bb5798865d24827b4ee82166c39237b632 Mon Sep 17 00:00:00 2001 From: miod Date: Fri, 6 Jan 2023 19:05:46 +0000 Subject: [PATCH] Remove unused local variables as well as the dependency on . --- sys/arch/hppa/stand/libsa/pdc.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/arch/hppa/stand/libsa/pdc.c b/sys/arch/hppa/stand/libsa/pdc.c index 668b4a1e6f0..f92c07506da 100644 --- a/sys/arch/hppa/stand/libsa/pdc.c +++ b/sys/arch/hppa/stand/libsa/pdc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pdc.c,v 1.23 2020/12/09 18:10:18 krw Exp $ */ +/* $OpenBSD: pdc.c,v 1.24 2023/01/06 19:05:46 miod Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -68,7 +68,6 @@ #include #include #include -#include #include #include "dev_hppa.h" @@ -81,8 +80,6 @@ pdcio_t pdc; int pdcbuf[64] PDC_ALIGNMENT;/* PDC return buffer */ struct stable_storage sstor; /* contents of Stable Storage */ int sstorsiz; /* size of Stable Storage */ -struct bootdata bd; -int bdsize = sizeof(struct bootdata); /* * Initialize PDC and related variables. -- 2.20.1