gprs: Fix compiler warnings ini gprs_sndcp_vty.c

CC       gprs_sndcp_vty.o
gprs_sndcp_vty.c: In function ‘vty_dump_sne’:
gprs_sndcp_vty.c:46:15: warning: unused variable ‘i’ [-Wunused-variable]
  unsigned int i;
This commit is contained in:
Holger Hans Peter Freyther 2014-04-04 12:49:38 +02:00
parent 65762e0455
commit 5a1b329a9e
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@
static void vty_dump_sne(struct vty *vty, struct gprs_sndcp_entity *sne)
{
unsigned int i;
vty_out(vty, " TLLI %08x SAPI=%u NSAPI=%u:%s",
sne->lle->llme->tlli, sne->lle->sapi, sne->nsapi, VTY_NEWLINE);
vty_out(vty, " Defrag: npdu=%u highest_seg=%u seg_have=0x%08x tot_len=%u%s",