Skip to content

Commit 83a9ab0

Browse files
authored
no longer having C frollapply, follow-up of #7272 (#7290)
1 parent 137ca4c commit 83a9ab0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/data.table.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ void frollsumFast(double *x, uint64_t nx, ans_t *ans, int k, double fill, bool n
234234
void frollsumExact(double *x, uint64_t nx, ans_t *ans, int k, double fill, bool narm, int hasnf, bool verbose);
235235
void frollmaxFast(double *x, uint64_t nx, ans_t *ans, int k, double fill, bool narm, int hasnf, bool verbose);
236236
void frollmaxExact(double *x, uint64_t nx, ans_t *ans, int k, double fill, bool narm, int hasnf, bool verbose);
237-
void frollapply(double *x, int64_t nx, double *w, int k, ans_t *ans, int align, double fill, SEXP call, SEXP rho, bool verbose);
238237

239238
// frolladaptive.c
240239
void frolladaptivefun(rollfun_t rfun, unsigned int algo, double *x, uint64_t nx, ans_t *ans, int *k, double fill, bool narm, int hasnf, bool verbose);

0 commit comments

Comments
 (0)