mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Removed bytesmeth declaration in OyObject_Bytes. It's not used any more and causes a compiler warning.
This commit is contained in:
parent
2cabc56296
commit
ff869fa0f0
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue