gds-parser: Remove unnecessary code. Fix #13

This commit is contained in:
Mario Hüttel 2019-05-14 18:35:40 +02:00
parent 54165a8475
commit aa413732f1
1 changed files with 0 additions and 1 deletions

View File

@ -502,7 +502,6 @@ static void gds_parse_date(const char *buffer, int length, struct gds_time_field
temp_date->minute = gds_convert_unsigend_int16(buffer);
buffer += 2;
temp_date->second = gds_convert_unsigend_int16(buffer);
buffer += 2;
if (temp_date == access_date)
break;