summaryrefslogtreecommitdiff
path: root/xf86drmSL.c
diff options
context:
space:
mode:
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;