Skip to content

Commit bcf83ad

Browse files
authored
lib/cdhc: remove Cdhc_enormp() (#2640)
It contained questionable code, is furthermore undocumented and unused.
1 parent 8efd228 commit bcf83ad

File tree

4 files changed

+0
-66
lines changed

4 files changed

+0
-66
lines changed

include/grass/defs/cdhc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#ifndef CDHCDEFS_H
22
#define CDHCDEFS_H
33

4-
double Cdhc_enormp(double);
54
double Cdhc_normp(double);
65
double Cdhc_xinormal(double);
76
double *Cdhc_dmax(double *, int);

lib/cdhc/cdhclib.dox

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ in the <tt>Makefile</tt>.
4444
- Cdhc_dmax()
4545
- Cdhc_dmax_exp()
4646
- Cdhc_durbins_exact()
47-
- Cdhc_enormp()
4847
- Cdhc_extreme()
4948
- Cdhc_geary_test()
5049
- Cdhc_kolmogorov_smirnov()

lib/cdhc/enormp.c

Lines changed: 0 additions & 63 deletions
This file was deleted.

lib/cdhc/local_proto.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ void wext(double[], int, double, double[], int, double,
1717
double *, double *, int *);
1818

1919
double Cdhc_alnorm(double, int);
20-
double Cdhc_enormp(double);
2120
double Cdhc_normp(double);
2221
double Cdhc_xinormal(double);
2322

0 commit comments

Comments
 (0)