From f0543ae4ec0fcb5d696e7b2983653bd779f1eddc Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 8 Apr 2009 14:17:41 -0700 Subject: [PATCH] Fix unused var warning from pci cleanups. --- hw/xfree86/os-support/bus/linuxPci.c | 2 -- 1 file changed, 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)); }