Oops. Removed dictiter_new decl that wasn't supposed to go in yet.

This commit is contained in:
Guido van Rossum 2001-04-20 16:52:06 +00:00
parent 0dbb4fba4c
commit 55ad67d74d
1 changed files with 0 additions and 2 deletions

View 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 */