From e4a519635f75bde38aeb5b09f2ff4efbf73453e9 Mon Sep 17 00:00:00 2001 From: "Matthew W. S. Bell" Date: Sat, 30 Jan 2010 02:14:44 +0000 Subject: Tidy up compile warnings by cleaning up types. --- xf86drmSL.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'xf86drmSL.c') 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; -- cgit v1.2.3