hsl: remove unused hsl_setup function

This function lives in openBSC not here.
This commit is contained in:
Pablo Neira Ayuso 2011-07-07 20:21:27 +02:00
parent 3832c4f908
commit cdd7c78363
1 changed files with 0 additions and 6 deletions

View File

@ -405,12 +405,6 @@ static int hsl_line_update(struct e1inp_line *line,
return ret;
}
int hsl_setup(struct gsm_network *gsmnet)
{
e1h->gsmnet = gsmnet;
return 0;
}
void e1inp_hsl_init(void)
{
tall_hsl_ctx = talloc_named_const(libosmo_abis_ctx, 1, "hsl");