[PATCH 4/4] Fix unused var warning from pci cleanups.
Eric Anholt
eric at anholt.net
Wed Apr 8 14:17:41 PDT 2009
---
hw/xfree86/os-support/bus/linuxPci.c | 2 --
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 a60df25..e210fa1 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));
}
--
1.6.2.1
More information about the xorg
mailing list