include: Remove unused field from primary_context

This commit is contained in:
Slava Monich 2016-10-11 00:07:27 +03:00 committed by Denis Kenzior
parent 1b2f52459f
commit 503775992d
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ enum ofono_gprs_auth_method {
struct ofono_gprs_primary_context {
unsigned int cid;
int direction;
char apn[OFONO_GPRS_MAX_APN_LENGTH + 1];
char username[OFONO_GPRS_MAX_USERNAME_LENGTH + 1];
char password[OFONO_GPRS_MAX_PASSWORD_LENGTH + 1];