From 748b14525cc4e31247a9c5a91253d3e37d21d112 Mon Sep 17 00:00:00 2001 From: gwr Date: Mon, 12 Apr 1999 01:30:22 +0000 Subject: [PATCH] Fix unused variable warning --- sys/arch/sun3/sun3x/idprom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sun3/sun3x/idprom.c b/sys/arch/sun3/sun3x/idprom.c index b92c70ef834b..91fb5e0bad2a 100644 --- a/sys/arch/sun3/sun3x/idprom.c +++ b/sys/arch/sun3/sun3x/idprom.c @@ -1,4 +1,4 @@ -/* $NetBSD: idprom.c,v 1.7 1999/04/08 04:08:01 gwr Exp $ */ +/* $NetBSD: idprom.c,v 1.8 1999/04/12 01:30:22 gwr Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -145,7 +145,7 @@ idprom_get(dst) { u_char *src; caddr_t va; - int len, x; + int len; /* First, probe for a separate IDPROM (3/470). */ va = obio_find_mapping(OBIO_IDPROM1, IDPROM_SIZE);