From a23733e7162e49182cfdc50e91bcc6ab740fcc45 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Thu, 17 Aug 2017 17:14:31 +0200 Subject: [PATCH] Remove unused private member --- src/algorithms/PVT/libs/hybrid_ls_pvt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/algorithms/PVT/libs/hybrid_ls_pvt.h b/src/algorithms/PVT/libs/hybrid_ls_pvt.h index b9ceb5af6..1a658793b 100644 --- a/src/algorithms/PVT/libs/hybrid_ls_pvt.h +++ b/src/algorithms/PVT/libs/hybrid_ls_pvt.h @@ -51,7 +51,6 @@ class hybrid_ls_pvt : public Ls_Pvt private: int count_valid_position; bool d_flag_dump_enabled; - bool d_flag_averaging; std::string d_dump_filename; std::ofstream d_dump_file; int d_nchannels; // Number of available channels for positioning