From 5b39260bc65720620cf21438fe49d31ea01fa7da Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 11 Jan 2023 16:19:41 +0100 Subject: init: drop unused cruft --- internal.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'internal.h') 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, -- cgit v1.2.3