diff options
Diffstat (limited to 'lib/libc/stdlib/icdb.c')
-rw-r--r-- | lib/libc/stdlib/icdb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdlib/icdb.c b/lib/libc/stdlib/icdb.c index e33a043795f..7a6f3df1bbf 100644 --- a/lib/libc/stdlib/icdb.c +++ b/lib/libc/stdlib/icdb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: icdb.c,v 1.4 2015/12/10 18:06:06 tedu Exp $ */ +/* $OpenBSD: icdb.c,v 1.5 2015/12/27 01:26:47 chl Exp $ */ /* * Copyright (c) 2015 Ted Unangst <tedu@openbsd.org> * @@ -214,7 +214,6 @@ int icdb_lookup(struct icdb *db, int keynum, const void *key, void *entry, uint32_t *idxp) { struct icdbinfo *info = db->info; - uint32_t entrysize = info->entrysize; uint32_t offset; uint64_t hash; uint32_t indexsize, idxmask, idxlen; |