From f0a5eb73152fbb476859ec876d5cf2e259c254de Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Fri, 23 Aug 2024 15:09:51 -0600 Subject: [PATCH] Per #1371, remove extra comment --- src/libcode/vx_statistics/compute_stats.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcode/vx_statistics/compute_stats.cc b/src/libcode/vx_statistics/compute_stats.cc index 743c6b3ae0..c0d988efd3 100644 --- a/src/libcode/vx_statistics/compute_stats.cc +++ b/src/libcode/vx_statistics/compute_stats.cc @@ -733,7 +733,7 @@ void compute_i_mctsinfo(const PairDataPoint &pd, int skip, } //////////////////////////////////////////////////////////////////////// -// JHG maybe cprob_in should be removed? + void compute_pctinfo(const PairDataPoint &pd, bool pstd_flag, PCTInfo &pct_info, const NumArray *cprob_in) { int i, n_thresh, n_pair;