Skip to content

Commit

Permalink
lib/cdhc: remove Cdhc_enormp() (#2640)
Browse files Browse the repository at this point in the history
It contained questionable code, is furthermore undocumented and unused.
  • Loading branch information
nilason committed Dec 8, 2022
1 parent 8efd228 commit bcf83ad
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 66 deletions.
1 change: 0 additions & 1 deletion include/grass/defs/cdhc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef CDHCDEFS_H
#define CDHCDEFS_H

double Cdhc_enormp(double);
double Cdhc_normp(double);
double Cdhc_xinormal(double);
double *Cdhc_dmax(double *, int);
Expand Down
1 change: 0 additions & 1 deletion lib/cdhc/cdhclib.dox
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ in the <tt>Makefile</tt>.
- Cdhc_dmax()
- Cdhc_dmax_exp()
- Cdhc_durbins_exact()
- Cdhc_enormp()
- Cdhc_extreme()
- Cdhc_geary_test()
- Cdhc_kolmogorov_smirnov()
Expand Down
63 changes: 0 additions & 63 deletions lib/cdhc/enormp.c

This file was deleted.

1 change: 0 additions & 1 deletion lib/cdhc/local_proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ void wext(double[], int, double, double[], int, double,
double *, double *, int *);

double Cdhc_alnorm(double, int);
double Cdhc_enormp(double);
double Cdhc_normp(double);
double Cdhc_xinormal(double);

Expand Down

0 comments on commit bcf83ad

Please sign in to comment.