summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Brace <kevinbrace@gmx.com>2018-12-25 07:38:18 -0600
committerKevin Brace <kevinbrace@gmx.com>2018-12-25 07:38:18 -0600
commit790b72944e18dfd637e057cde88fc74e3449c246 (patch)
treed9b3e55741fdfea6212f95981d9dc5dd37a68810
parent7ebcfcfae6c947a968611ce112fe781ecc34b7f2 (diff)
Eliminate unused variable compilation warning
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
-rw-r--r--src/tdfx_driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tdfx_driver.c b/src/tdfx_driver.c
index ff0a957..c7ed5f4 100644
--- a/src/tdfx_driver.c
+++ b/src/tdfx_driver.c
@@ -753,7 +753,6 @@ Bool TDFXI2cInit(ScrnInfoPtr pScrn)
static xf86MonPtr doTDFXDDC(ScrnInfoPtr pScrn)
{
TDFXPtr pTDFX = TDFXPTR(pScrn);
- I2CBusPtr pI2CBus;
xf86MonPtr pMon = NULL;
CARD32 reg;