]> granicus.if.org Git - python/commitdiff
Oops. Removed dictiter_new decl that wasn't supposed to go in yet.
authorGuido van Rossum <guido@python.org>
Fri, 20 Apr 2001 16:52:06 +0000 (16:52 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 20 Apr 2001 16:52:06 +0000 (16:52 +0000)
Objects/dictobject.c

index d00e32617ac68ad617d4fb2607abccde05ae8cc1..95d5b71bd0ba9d30eeb1a19a3ea1815d778b989d 100644 (file)
@@ -1310,8 +1310,6 @@ dict_contains(dictobject *mp, PyObject *key)
                && (mp->ma_lookup)(mp, key, hash)->me_value != NULL);
 }
 
-staticforward PyObject *dictiter_new(dictobject *);
-
 /* Hack to implement "key in dict" */
 static PySequenceMethods dict_as_sequence = {
        0,                                      /* sq_length */