aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-02-01 20:34:44 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-02-05 12:36:41 +0100
commit1948aeb269c2943ecc8a9d9f8a6156fe6cfe77b9 (patch)
tree21112288ac947a06385c7fdbe9ec7e824bda376f
parent6dcbe4836a3f702404812721d66f0dee71a6b448 (diff)
vty.c: Remove warning message
This warning was included in commit 6d7b78bde165f39dcd9033f0c5386f5699801233 from 2011, and nowadays I only see this command used in osmo-bts, so I think we most probably drop it as it doesn't make sense anymore. Change-Id: Ie277dce00292c8f403b9a2b405efe4429e6af86a
-rw-r--r--src/common/vty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/vty.c b/src/common/vty.c
index 050f9223..498ab5aa 100644
--- a/src/common/vty.c
+++ b/src/common/vty.c
@@ -391,7 +391,6 @@ DEFUN(cfg_bts,
return CMD_SUCCESS;
}
-#warning merge with OpenBSC?
DEFUN(cfg_bts_unit_id,
cfg_bts_unit_id_cmd,
"ipa unit-id <0-65534> <0-255>",