aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-octphy
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-03-23 16:58:20 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2018-03-23 17:44:12 +0100
commitec674ac74591e8f63bdb388affdef9eb782e8aaf (patch)
treef385dfa027795f468f484efddebe53344738e64e /src/osmo-bts-octphy
parent5f17e6138ebbac8d2a504429ae464d078c702b52 (diff)
cosmetic: remove dead code
Patch by Octasic inc. Change-Id: I40ff0b95349308693bec5f4ae56ec7f2f14202e5
Diffstat (limited to 'src/osmo-bts-octphy')
-rw-r--r--src/osmo-bts-octphy/octphy_hw_api.c8
1 files changed, 0 insertions, 8 deletions
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)