summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-04-08 14:17:41 -0700
committerKristian Høgsberg <krh@redhat.com>2009-04-14 10:35:44 -0400
commitf0543ae4ec0fcb5d696e7b2983653bd779f1eddc (patch)
tree568f7a90e35b299c84b513cecc56cf1012aa94f1
parent181cc08c8908a119fc403f970dea8cc98d3e0b9b (diff)
Fix unused var warning from pci cleanups.
-rw-r--r--hw/xfree86/os-support/bus/linuxPci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/os-support/bus/linuxPci.c b/hw/xfree86/os-support/bus/linuxPci.c
index a60df2538..e210fa1ab 100644
--- a/hw/xfree86/os-support/bus/linuxPci.c
+++ b/hw/xfree86/os-support/bus/linuxPci.c
@@ -69,8 +69,6 @@ static pointer DomainMmappedIO[MAX_DOMAINS];
void
linuxPciInit(void)
{
- struct stat st;
-
memset(DomainMmappedIO, 0, sizeof(DomainMmappedIO));
}