From c39711d055e72cd0f0183f6048f004e494ec73db Mon Sep 17 00:00:00 2001
From: Cody Messick <cody.messick@ligo.org>
Date: Tue, 17 Sep 2019 11:28:10 -0500
Subject: [PATCH] Revert "gstlal_peakfinder_top.h Add FIXME to delete unused
 variable eventually"

This reverts commit 5bfbc1245ab466fe983508f3aeb1f532e1a70b40.

I realized gstlal_inspiral wasn't the only code using the peak_finder,
so removed my FIXME
---
 gstlal/lib/gstlal/gstlal_peakfinder_top.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gstlal/lib/gstlal/gstlal_peakfinder_top.h b/gstlal/lib/gstlal/gstlal_peakfinder_top.h
index a05832188d..f6693648ee 100644
--- a/gstlal/lib/gstlal/gstlal_peakfinder_top.h
+++ b/gstlal/lib/gstlal/gstlal_peakfinder_top.h
@@ -47,7 +47,6 @@ 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