Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce68c19

Browse files
committed
remove unused zero constants
1 parent fdbe918 commit ce68c19

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Modules/_decimal/_decimal.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3928,9 +3928,6 @@ nm_mpd_qdivmod(PyObject *v, PyObject *w)
39283928
return ret;
39293929
}
39303930

3931-
static mpd_uint_t data_zero[1] = {0};
3932-
static const mpd_t zero = {MPD_STATIC|MPD_CONST_DATA, 0, 1, 1, 1, data_zero};
3933-
39343931
static PyObject *
39353932
nm_mpd_qpow(PyObject *base, PyObject *exp, PyObject *mod)
39363933
{

0 commit comments

Comments
 (0)