summaryrefslogtreecommitdiff
path: root/xf86drmSL.c
diff options
context:
space:
mode:
authorMatthew W. S. Bell <matthew@bells23.org.uk>2010-01-30 02:14:44 +0000
committerKristian Høgsberg <krh@bitplanet.net>2010-02-04 19:45:10 -0500
commite4a519635f75bde38aeb5b09f2ff4efbf73453e9 (patch)
treee96db2209717740bdc28a0288255af013e4a3fbc /xf86drmSL.c
parent1802e1a4e747b5906d3af10c4a53fd457eddcbb4 (diff)
Tidy up compile warnings by cleaning up types.
Diffstat (limited to 'xf86drmSL.c')
-rw-r--r--xf86drmSL.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xf86drmSL.c b/xf86drmSL.c
index 58aefac7..acddb541 100644
--- a/xf86drmSL.c
+++ b/xf86drmSL.c
@@ -265,11 +265,8 @@ int drmSLLookupNeighbors(void *l, unsigned long key,
{
SkipListPtr list = (SkipListPtr)l;
SLEntryPtr update[SL_MAX_LEVEL + 1];
- SLEntryPtr entry;
int retcode = 0;
- entry = SLLocate(list, key, update);
-
*prev_key = *next_key = key;
*prev_value = *next_value = NULL;