atutil: remove unused mpty

This commit is contained in:
Jeevaka Badrappan 2011-01-13 10:29:56 -08:00 committed by Denis Kenzior
parent f92f0b5d47
commit cfdad1d377
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ GSList *at_util_parse_clcc(GAtResult *result)
call->direction = dir;
call->status = status;
call->type = type;
call->mpty = mpty;
strncpy(call->phone_number.number, str,
OFONO_MAX_PHONE_NUMBER_LENGTH);
call->phone_number.type = number_type;