misc: Remove some obviously unused and unneeded variables..

This commit is contained in:
Holger Hans Peter Freyther 2009-08-10 08:00:09 +02:00
parent 09e364b167
commit e4042c72d7
2 changed files with 0 additions and 2 deletions

View File

@ -86,7 +86,6 @@ int e1_reconfig_bts(struct gsm_bts *bts)
struct e1inp_line *line;
struct e1inp_sign_link *oml_link;
struct gsm_bts_trx *trx;
int rc;
printf("e1_reconfig_bts(%u)\n", bts->nr);

View File

@ -113,7 +113,6 @@ struct gsm_bts *find_bts_by_unitid(struct gsm_network *net,
u_int16_t site_id, u_int16_t bts_id)
{
struct gsm_bts *bts;
int i;
llist_for_each_entry(bts, &net->bts_list, list) {