misc: Remove some obviously unused and unneeded variables..
diff --git a/openbsc/src/e1_config.c b/openbsc/src/e1_config.c
index 4a1cbb0..16fd0d9 100644
--- a/openbsc/src/e1_config.c
+++ b/openbsc/src/e1_config.c
@@ -86,7 +86,6 @@
 	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);
 
diff --git a/openbsc/src/input/ipaccess.c b/openbsc/src/input/ipaccess.c
index 5c9cd46..e98b224 100644
--- a/openbsc/src/input/ipaccess.c
+++ b/openbsc/src/input/ipaccess.c
@@ -113,7 +113,6 @@
 				   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) {