Commit ce68c19e authored by Benjamin Peterson's avatar Benjamin Peterson

remove unused zero constants

parent fdbe918e
...@@ -3928,9 +3928,6 @@ nm_mpd_qdivmod(PyObject *v, PyObject *w) ...@@ -3928,9 +3928,6 @@ nm_mpd_qdivmod(PyObject *v, PyObject *w)
return ret; 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 * static PyObject *
nm_mpd_qpow(PyObject *base, PyObject *exp, PyObject *mod) nm_mpd_qpow(PyObject *base, PyObject *exp, PyObject *mod)
{ {
......
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