cmath2.c, drop some excess NG_IGNORE()

This commit is contained in:
rlar 2016-09-18 20:44:20 +02:00
parent 2ab3b82696
commit b8b6677b85
1 changed files with 0 additions and 4 deletions

View File

@ -202,8 +202,6 @@ cx_sunif(void *data, short int type, int length, int *newlength, short int *newt
void *
cx_poisson(void *data, short int type, int length, int *newlength, short int *newtype)
{
NG_IGNORE(data);
*newlength = length;
checkseed();
if (type == VF_COMPLEX) {
@ -240,8 +238,6 @@ cx_poisson(void *data, short int type, int length, int *newlength, short int *ne
void *
cx_exponential(void *data, short int type, int length, int *newlength, short int *newtype)
{
NG_IGNORE(data);
*newlength = length;
checkseed();
if (type == VF_COMPLEX) {