cmath2.c, drop some excess NG_IGNORE()
This commit is contained in:
parent
2ab3b82696
commit
b8b6677b85
|
|
@ -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…
Reference in New Issue