summaryrefslogtreecommitdiff
path: root/src/radeon_probe.c
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2012-12-11 11:48:33 +0100
committerMichel Dänzer <michel@daenzer.net>2012-12-11 19:04:33 +0100
commitcf0a81547bcde32bdd2b080c0a546a49dd2eb628 (patch)
tree4e50c59ee4a08407493c0a1cf45cdb9e4a5311f5 /src/radeon_probe.c
parentd268038a5bdd1655f7533c8dd2edf74fbc82bbee (diff)
Remove unused local variable 'path'.
../../src/radeon_probe.c: In function 'radeon_platform_probe': ../../src/radeon_probe.c:270:11: error: unused variable 'path' [-Werror=unused-variable] Reviewed-by: Alex Deucher <aleander.deucher@amd.com> Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'src/radeon_probe.c')
-rw-r--r--src/radeon_probe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_probe.c b/src/radeon_probe.c
index 25333570..5f372c77 100644
--- a/src/radeon_probe.c
+++ b/src/radeon_probe.c
@@ -267,7 +267,6 @@ radeon_platform_probe(DriverPtr pDriver,
intptr_t match_data)
{
ScrnInfoPtr pScrn;
- char *path = xf86_get_platform_device_attrib(dev, ODEV_ATTRIB_PATH);
int scr_flags = 0;
EntityInfoPtr pEnt;