sgsn: Remove warnings

Remove warnings related to the SGSN specific code.

Sponsored-by: On-Waves ehf
This commit is contained in:
Jacob Erlbeck 2014-12-08 11:53:34 +01:00 committed by Holger Hans Peter Freyther
parent af792d6bb2
commit 901c40f550
1 changed files with 0 additions and 3 deletions

View File

@ -35,7 +35,6 @@ static struct gsm_subscriber_group dummy_sgrp;
static void test_subscr(void)
{
int rc;
struct gsm_subscriber *subscr;
const char *imsi = "1234567890";
@ -88,8 +87,6 @@ static void test_subscr(void)
int main()
{
char scratch_str[256];
printf("Testing subscriber core code.\n");
osmo_init_logging(&log_info);
log_set_print_filename(osmo_stderr_target, 0);