Commit b343bf8e authored by Fred Drake's avatar Fred Drake

Remove unused variable.

parent 1d00ef7f
......@@ -395,7 +395,6 @@ actually be smaller than the old one.
static int
dictresize(dictobject *mp, int minused)
{
register int oldsize = mp->ma_size;
register int newsize, newpoly;
register dictentry *oldtable = mp->ma_table;
register dictentry *newtable;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment