simutil: Remove inaccurate comment

This commit is contained in:
Denis Kenzior 2010-12-17 15:48:10 -06:00
parent f0d8ae9135
commit 2e1318ef34
1 changed files with 0 additions and 2 deletions

View File

@ -1257,8 +1257,6 @@ void sim_adn_build(unsigned char *data, int length,
number_len = (number_len + 1) / 2;
*data++ = number_len + 1;
/* Use given number type and 'Unknown' for Numbering Plan */
*data++ = ph->type;
sim_encode_bcd_number(ph->number, data);