提交 736e3435 编写于 作者: A antirez

removed not used vars in dictScan().

上级 59b30b32
......@@ -751,7 +751,6 @@ unsigned long dictScan(dict *d,
{
dictht *t0, *t1;
const dictEntry *de;
unsigned long s0, s1;
unsigned long m0, m1;
if (dictSize(d) == 0) return 0;
......@@ -777,8 +776,6 @@ unsigned long dictScan(dict *d,
t1 = &d->ht[0];
}
s0 = t0->size;
s1 = t1->size;
m0 = t0->sizemask;
m1 = t1->sizemask;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册