Removed unused var

This commit is contained in:
Jack Jansen 1995-08-31 13:51:13 +00:00
parent c9c99f2538
commit a6a55e9852
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ malloc(nbytes)
size_t nbytes;
{
register union overhead *op;
register long bucket, n;
register long bucket;
register unsigned amt;
/*