osmo-epdg: listener: remove unused variable

This commit is contained in:
Alexander Couzens 2024-02-17 00:33:22 +01:00
parent d334adb748
commit d9ba891d60
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ METHOD(listener_t, authorize, bool,
private_osmo_epdg_listener_t *this, ike_sa_t *ike_sa,
bool final, bool *success)
{
int ret;
identification_t* imsi_id;
char imsi[16] = {0};
osmo_epdg_ue_t *ue = NULL;