Skip to content
Snippets Groups Projects
Commit c39711d0 authored by Cody Messick's avatar Cody Messick
Browse files

Revert "gstlal_peakfinder_top.h Add FIXME to delete unused variable eventually"

This reverts commit 5bfbc124.

I realized gstlal_inspiral wasn't the only code using the peak_finder,
so removed my FIXME
parent 5bfbc124
No related branches found
No related tags found
No related merge requests found
......@@ -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;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment