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:
Neels Hofmeyr 2017-02-02 01:14:20 +01:00 committed by Harald Welte
parent a5c71bf39a
commit 26adfd099b
1 changed files with 0 additions and 1 deletions

View File

@ -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;