Commit 0c23231f authored by Fred Drake's avatar Fred Drake

Remove unused variable.

parent 0268ac80
...@@ -395,7 +395,6 @@ actually be smaller than the old one. ...@@ -395,7 +395,6 @@ actually be smaller than the old one.
static int static int
dictresize(dictobject *mp, int minused) dictresize(dictobject *mp, int minused)
{ {
register int oldsize = mp->ma_size;
register int newsize, newpoly; register int newsize, newpoly;
register dictentry *oldtable = mp->ma_table; register dictentry *oldtable = mp->ma_table;
register dictentry *newtable; 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