X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=xf86drmSL.c;h=acddb54116c4d380cdbbece6b38ee08176f4c25f;hb=edbb4e545f75c08d9d178173bdcdc87ffc88dcd4;hp=58aefac71160c3e6f6e53dff7953f0917cf50b31;hpb=10ce0ec18806ae32a5d615c693626a085b0dd7b8;p=platform%2Fupstream%2Flibdrm.git diff --git a/xf86drmSL.c b/xf86drmSL.c index 58aefac..acddb54 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;