aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
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,