libmsc: Remove comment not applying anymore

The change-id I7276d356d805a83ebeec72b02c8563b7135ea0b6 added msg_ref to
the databse but forgot to remove the comment stating it's not being
stored.

Change-Id: I204f098c8f2a480405446113e2181b2c53700cf3
This commit is contained in:
Pau Espin 2017-08-10 13:03:48 +02:00 committed by Neels Hofmeyr
parent 4b50924fe8
commit f113bcd671
1 changed files with 0 additions and 1 deletions

View File

@ -750,7 +750,6 @@ static struct gsm_sms *sms_from_result(struct gsm_network *net, dbi_result resul
sms->protocol_id = dbi_result_get_ulonglong(result, "protocol_id");
sms->data_coding_scheme = dbi_result_get_ulonglong(result,
"data_coding_scheme");
/* sms->msg_ref is temporary and not stored in DB */
sms->dst.npi = dbi_result_get_ulonglong(result, "dest_npi");
sms->dst.ton = dbi_result_get_ulonglong(result, "dest_ton");