summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Brace <kevinbrace@gmx.com>2018-12-22 15:48:24 -0600
committerKevin Brace <kevinbrace@gmx.com>2018-12-22 15:48:24 -0600
commit0b1df1d5f706b309e9d6fbd8e253b42979c045c8 (patch)
tree707e90b57caa47fd7d9dd71522c462bdd79f6bdf
parentf30dde6f9665b0ea687b55a5ad667fc01e17141a (diff)
Eliminate unused variable compilation warning
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
-rw-r--r--src/neo_driver.c1
1 files changed, 0 insertions, 1 deletions
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){