From 302ab2dc6ec723d98d89a8c57157dca81342cbcc Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Mon, 23 Oct 2023 20:34:40 -0300 Subject: [PATCH] buildings: Remove unused variable --- src/buildings/test/buildings-penetration-loss-pathloss-test.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/buildings/test/buildings-penetration-loss-pathloss-test.cc b/src/buildings/test/buildings-penetration-loss-pathloss-test.cc index 62ed434ec..653fb1378 100644 --- a/src/buildings/test/buildings-penetration-loss-pathloss-test.cc +++ b/src/buildings/test/buildings-penetration-loss-pathloss-test.cc @@ -79,7 +79,6 @@ class BuildingsPenetrationLossesTestCase : public TestCase Vector m_positionA; //!< the position of the first node Vector m_positionB; //!< the position of the second node double m_frequency; //!< carrier frequency in Hz - bool m_isLos; //!< LOS probability TypeId m_condModel; //!< the type ID of the channel condition model to be used TypeId m_propModel; //!< the type ID of the propagation loss model to be used double m_pt; //!< transmitted power in dBm