mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Removed unused var
This commit is contained in:
parent
c9c99f2538
commit
a6a55e9852
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ malloc(nbytes)
|
|||
size_t nbytes;
|
||||
{
|
||||
register union overhead *op;
|
||||
register long bucket, n;
|
||||
register long bucket;
|
||||
register unsigned amt;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue