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

gstlal_peakfinder_top.h Add FIXME to delete unused variable eventually

parent a3581a1a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
};
......
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