aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 02:47:24 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 18:38:38 +0700
commitd7fa0036868373877e6b1a5946b5b3d1fdcabbf1 (patch)
tree843a27bf764e0853f8841fbc8ba9b1c1626ce1f7
parent1851781d990a50c60f3b271154606d8f3454a8a3 (diff)
gsm_data_shared: drop forward declaration of struct vty
-rw-r--r--include/osmo-bts/gsm_data_shared.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index d830758a..55c4f04a 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -405,8 +405,6 @@ enum bts_attribute {
TRX_PHY_VERSION,
};
-struct vty;
-
/* N. B: always add new features to the end of the list (right before _NUM_BTS_FEAT) to avoid breaking compatibility
with BTS compiled against earlier version of this header. Also make sure that the description strings
gsm_bts_features_descs[] in gsm_data_shared.c are also updated accordingly! */