Browse Source

cmath2.c, drop some excess NG_IGNORE()

pre-master-46
rlar 10 years ago
parent
commit
b8b6677b85
  1. 4
      src/maths/cmaths/cmath2.c

4
src/maths/cmaths/cmath2.c

@ -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) {

Loading…
Cancel
Save