mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
remove unused zero constants
This commit is contained in:
parent
fdbe918eb0
commit
ce68c19ee7
1 changed files with 0 additions and 3 deletions
|
@ -3928,9 +3928,6 @@ nm_mpd_qdivmod(PyObject *v, PyObject *w)
|
|||
return ret;
|
||||
}
|
||||
|
||||
static mpd_uint_t data_zero[1] = {0};
|
||||
static const mpd_t zero = {MPD_STATIC|MPD_CONST_DATA, 0, 1, 1, 1, data_zero};
|
||||
|
||||
static PyObject *
|
||||
nm_mpd_qpow(PyObject *base, PyObject *exp, PyObject *mod)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue