Kaydet (Commit) 2b50a01d authored tarafından Benjamin Peterson's avatar Benjamin Peterson

remove unused variable

üst 8db076cf
......@@ -1931,7 +1931,7 @@ If the element is not a member, raise a KeyError.");
static PyObject *
set_discard(PySetObject *so, PyObject *key)
{
PyObject *tmpkey, *result;
PyObject *tmpkey;
int rv;
rv = set_discard_key(so, key);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment