Kaydet (Commit) 8ee3cd47 authored tarafından Neal Norwitz's avatar Neal Norwitz

#546156, Remove load_false()/load_true(), they are not used

üst e1682a80
......@@ -2608,20 +2608,6 @@ load_none(Unpicklerobject *self)
return 0;
}
static int
load_false(Unpicklerobject *self)
{
PDATA_APPEND(self->stack, Py_False, -1);
return 0;
}
static int
load_true(Unpicklerobject *self)
{
PDATA_APPEND(self->stack, Py_True, -1);
return 0;
}
static int
bad_readline(void)
{
......
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