mirror of
https://github.com/python/cpython.git
synced 2025-10-14 10:53:40 +00:00
Remove unused variable.
This commit is contained in:
parent
0268ac80de
commit
0c23231f6e
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue