mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
[vty] Remove unused variables due them only being used in the layer3
I moved the extra code to the layer3 VTY implementation but didn't remove the variables while doign so, silent compiler warnings.
This commit is contained in:
@@ -540,10 +540,6 @@ DEFUN(show_ts,
|
||||
|
||||
static void subscr_dump_vty(struct vty *vty, struct gsm_subscriber *subscr)
|
||||
{
|
||||
int rc;
|
||||
struct gsm_auth_info ainfo;
|
||||
struct gsm_auth_tuple atuple;
|
||||
|
||||
vty_out(vty, " ID: %llu, Authorized: %d%s", subscr->id,
|
||||
subscr->authorized, VTY_NEWLINE);
|
||||
if (subscr->name)
|
||||
|
Reference in New Issue
Block a user