From 369b054512fff07f43093bb19885f760562d61c3 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 15 Feb 2022 18:35:57 +1100 Subject: [PATCH] neatogen: [nfc] remove unused 'smooth_pivots' The only code using this was removed in 0e60b06ea9daebe0ce6e46f7fe8aa9d090617209. --- lib/neatogen/stress.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/neatogen/stress.c b/lib/neatogen/stress.c index cb3996b27..24bf9f096 100644 --- a/lib/neatogen/stress.c +++ b/lib/neatogen/stress.c @@ -28,9 +28,6 @@ by d_{ij}^{-2} otherwise, they are normalized by d_{ij}^{-1} */ - /* relevant when using sparse distance matrix not within subspace */ -#define smooth_pivots true - /* dimensionality of subspace; relevant * when optimizing within subspace) */ -- 2.40.0