gprs: Remove now unused authenticate flag

This has been obsoleted by the previous commit. Remove it.
This commit is contained in:
Holger Hans Peter Freyther
2015-01-18 13:22:37 +01:00
parent 9d4f46c975
commit a071c1ccc0

View File

@@ -275,7 +275,6 @@ struct sgsn_subscriber_data {
struct sgsn_mm_ctx *mm;
struct gsm_auth_tuple auth_triplets[5];
int auth_triplets_updated;
int authenticate;
};
struct sgsn_config;