From 1948aeb269c2943ecc8a9d9f8a6156fe6cfe77b9 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 1 Feb 2018 20:34:44 +0100 Subject: 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 --- src/common/vty.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common/vty.c') 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>", -- cgit v1.2.3