From 5bfbc1245ab466fe983508f3aeb1f532e1a70b40 Mon Sep 17 00:00:00 2001
From: Cody Messick <cody.messick@ligo.org>
Date: Mon, 16 Sep 2019 14:19:19 -0500
Subject: [PATCH] gstlal_peakfinder_top.h Add FIXME to delete unused variable
 eventually

---
 gstlal/lib/gstlal/gstlal_peakfinder_top.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gstlal/lib/gstlal/gstlal_peakfinder_top.h b/gstlal/lib/gstlal/gstlal_peakfinder_top.h
index f6693648ee..a05832188d 100644
--- a/gstlal/lib/gstlal/gstlal_peakfinder_top.h
+++ b/gstlal/lib/gstlal/gstlal_peakfinder_top.h
@@ -47,6 +47,7 @@ struct gstlal_peak_state {
 	/* Interpolator */
 	LanczosTriggerInterpolant *interp;
 
+	/* FIXME I think is_gap is unused, we should delete it */
 	gboolean is_gap;
 	gboolean no_peaks_past_threshold;
 };
-- 
GitLab