mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 04:53:24 +00:00
compiler warning: bsc_vty: remove two unused vars
Added in recent commit 42def7205b
"Implement VTY configuration to control Early Classmark Sending"
Change-Id: Iaf640fa6e1f234f594fb8dc06f716d3d3e95eb2a
This commit is contained in:
committed by
Harald Welte
parent
a5c71bf39a
commit
26adfd099b
@@ -2686,7 +2686,6 @@ DEFUN(cfg_bts_early_cm, cfg_bts_early_cm_cmd,
|
||||
"Early Classmark Sending is forbidden\n")
|
||||
{
|
||||
struct gsm_bts *bts = vty->index;
|
||||
int rc, type;
|
||||
|
||||
if (!strcmp(argv[0], "allowed"))
|
||||
bts->early_classmark_allowed = true;
|
||||
|
||||
Reference in New Issue
Block a user