aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty_interface.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-10 00:08:59 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-10 00:08:59 +0200
commit07ba16fe03594827e659b07fa25fb5c5c942422d (patch)
tree91cd62852f4aff683d27be37dfee02c41fc9a490 /openbsc/src/vty_interface.c
parente1ffc08f724c678dc76b6c7a36dda280f065db47 (diff)
[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.
Diffstat (limited to 'openbsc/src/vty_interface.c')
-rw-r--r--openbsc/src/vty_interface.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbsc/src/vty_interface.c b/openbsc/src/vty_interface.c
index 480b65836..f74a041b6 100644
--- a/openbsc/src/vty_interface.c
+++ b/openbsc/src/vty_interface.c
@@ -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)