fixup: remove unused counter

Forgot to remove the counter struct osmo_timer_list msc_reset_timer;
Needs to be fixuped into the reset handling patches

Change-Id: I6d397188732f4593edc12459de6f3b5f47b7f06a
This commit is contained in:
Philipp Maier 2017-06-12 15:58:28 +02:00 committed by Neels Hofmeyr
parent 869842e16c
commit ad228e16cf
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ struct bsc_msc_connection {
struct osmo_sccp_user *sccp_user;
struct osmo_sccp_addr g_calling_addr;
struct osmo_sccp_addr g_called_addr;
struct osmo_timer_list msc_reset_timer;
struct osmo_fsm_inst *fsm_reset;
unsigned int msc_conn_loss_count;