From 8aa7ae7d9530a876892d4f72b95eb7eb7c52cc16 Mon Sep 17 00:00:00 2001 From: Xavier Arteaga Date: Tue, 24 Aug 2021 15:19:21 +0200 Subject: [PATCH] Remove unused attribute --- srsue/hdr/phy/nr/sf_worker.h | 1 - 1 file changed, 1 deletion(-) diff --git a/srsue/hdr/phy/nr/sf_worker.h b/srsue/hdr/phy/nr/sf_worker.h index 9f8927644..7b69c079e 100644 --- a/srsue/hdr/phy/nr/sf_worker.h +++ b/srsue/hdr/phy/nr/sf_worker.h @@ -59,7 +59,6 @@ private: cf_t* prach_ptr = nullptr; float prach_power = 0; srsran::phy_common_interface::worker_context_t context = {}; - float ul_ext_cfo = 0.0f; ///< UL CFO external offset in Hz }; } // namespace nr