[PATCH xf86-video-neomagic 1/2] Eliminate unused variable compilation warning
Kevin Brace
kevinbrace at gmx.com
Sat Dec 22 22:17:39 UTC 2018
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
---
src/neo_driver.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/neo_driver.c b/src/neo_driver.c
index 62d6742..7c7dc19 100644
--- a/src/neo_driver.c
+++ b/src/neo_driver.c
@@ -1954,7 +1954,6 @@ static Bool
neoMapMem(ScrnInfoPtr pScrn)
{
NEOPtr nPtr = NEOPTR(pScrn);
- vgaHWPtr hwp = VGAHWPTR(pScrn);
if (!nPtr->noMMIO) {
if (nPtr->pEnt->location.type == BUS_PCI){
--
2.7.4
More information about the xorg-devel
mailing list