summaryrefslogtreecommitdiff
path: root/xserver/hw/xfree86
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2008-02-16 21:40:30 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2008-02-16 21:40:30 +0000
commit255da8d58475aa5a6f623e33cc576879e48684ec (patch)
tree7eabac0cb44ef2080aff859fdcb55bd421f90cdd /xserver/hw/xfree86
parent2af56ef16db5d3866a59a267125be41c03eb2a33 (diff)
Remove unused global.
Diffstat (limited to 'xserver/hw/xfree86')
-rw-r--r--xserver/hw/xfree86/os-support/bsd/hp300_video.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/xserver/hw/xfree86/os-support/bsd/hp300_video.c b/xserver/hw/xfree86/os-support/bsd/hp300_video.c
index 49e8ae0f2..5c1fdbd5a 100644
--- a/xserver/hw/xfree86/os-support/bsd/hp300_video.c
+++ b/xserver/hw/xfree86/os-support/bsd/hp300_video.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hp300_video.c,v 1.2 2008/01/27 14:03:40 matthieu Exp $ */
+/* $OpenBSD: hp300_video.c,v 1.3 2008/02/16 21:40:29 miod Exp $ */
/*
* Copyright 1992 by Rich Murphey <Rich@Rice.edu>
* Copyright 1993 by David Wexelblat <dwex@goblin.org>
@@ -57,8 +57,6 @@ xf86OSInitVidMem(VidMemInfoPtr pVidMem)
}
-volatile unsigned char *ioBase = MAP_FAILED;
-
static pointer
hp300MapVidMem(int ScreenNum, unsigned long Base, unsigned long Size, int flags)
{