From ec674ac74591e8f63bdb388affdef9eb782e8aaf Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Fri, 23 Mar 2018 16:58:20 +0100 Subject: cosmetic: remove dead code Patch by Octasic inc. Change-Id: I40ff0b95349308693bec5f4ae56ec7f2f14202e5 --- src/osmo-bts-octphy/octphy_hw_api.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') diff --git a/src/osmo-bts-octphy/octphy_hw_api.c b/src/osmo-bts-octphy/octphy_hw_api.c index 7b988fe1..91b84def 100644 --- a/src/osmo-bts-octphy/octphy_hw_api.c +++ b/src/osmo-bts-octphy/octphy_hw_api.c @@ -285,14 +285,6 @@ static const struct value_string clocksync_sel_vals[] = { { 0, NULL } }; -static const struct value_string clocksync_source_state_vals[] = { - { cOCTVC1_HW_CLOCK_SYNC_MGR_SOURCE_STATE_ENUM_INVALID, "Invalid" }, - { cOCTVC1_HW_CLOCK_SYNC_MGR_SOURCE_STATE_ENUM_VALID, "Valid" }, - { cOCTVC1_HW_CLOCK_SYNC_MGR_SOURCE_STATE_ENUM_UNSPECIFIED, - "Unspecified" }, - { 0, NULL } -}; - /* Chapter 12.15 */ static int get_clock_sync_compl_cb(struct octphy_hdl *fl1, struct msgb *resp, void *data) -- cgit v1.2.3