]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed unused var
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 31 Aug 1995 13:51:13 +0000 (13:51 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 31 Aug 1995 13:51:13 +0000 (13:51 +0000)
Mac/mwerks/malloc/malloc.c

index 754b1f7b7e54bd8eb22999732784c44a8278b65d..cb9c0cfb982c866a9415087d98b0421f30a5a147 100644 (file)
@@ -150,7 +150,7 @@ malloc(nbytes)
        size_t nbytes;
 {
        register union overhead *op;
-       register long bucket, n;
+       register long bucket;
        register unsigned amt;
 
        /*