Kaydet (Commit) ff869fa0 authored tarafından Christian Heimes's avatar Christian Heimes

Removed bytesmeth declaration in OyObject_Bytes. It's not used any more and…

Removed bytesmeth declaration in OyObject_Bytes. It's not used any more and causes a compiler warning.
üst 2cabc562
......@@ -456,7 +456,7 @@ PyObject_ASCII(PyObject *v)
PyObject *
PyObject_Bytes(PyObject *v)
{
PyObject *bytesmeth, *result, *func;
PyObject *result, *func;
static PyObject *bytesstring = NULL;
if (bytesstring == NULL) {
......
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