aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-01-11 16:19:41 +0100
committerAnton Khirnov <anton@khirnov.net>2023-01-11 16:19:41 +0100
commit5b39260bc65720620cf21438fe49d31ea01fa7da (patch)
tree6bdb313c6ff879cc1d2438cd79bd8de493c2029d /internal.h
parentbc9a2906fc30e2d73d6b4c23783df5e15c90278c (diff)
init: drop unused cruft
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/internal.h b/internal.h
index 155bd77..9e4969f 100644
--- a/internal.h
+++ b/internal.h
@@ -37,11 +37,6 @@ typedef struct TDPriv {
ptrdiff_t coeffs_stride;
double *coeffs_lapse;
-
- int cpu_flags;
-
- double (*scalarproduct_metric)(size_t len1, size_t len2, double *mat,
- double *vec1, double *vec2);
} TDPriv;
int tdi_ce_alloc(const TDContext *td, const unsigned int *nb_coords,