Remove unused variable. Reported by Thilo Manske in port-mac68k/12794.

This commit is contained in:
wiz 2001-04-30 17:12:03 +00:00
parent fbdeb188a5
commit 133599a99d
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_compat.c,v 1.6 2001/03/15 06:10:41 chs Exp $ */
/* $NetBSD: grf_compat.c,v 1.7 2001/04/30 17:12:03 wiz Exp $ */
/*
* Copyright (C) 1999 Scott Reynolds
@ -387,7 +387,6 @@ grfunmap(dev, sc, addr, p)
struct proc *p;
{
vm_size_t size;
int rv;
addr -= sc->sc_dc->dc_offset;