Bug 1396795 - mar_read_product_info_block: Value stored to 'location' is never read. r=rstrong

This commit is contained in:
Cosm 2017-09-05 22:53:16 -07:00
parent c86bc6b1ea
commit d4680517be

View File

@ -463,7 +463,6 @@ mar_read_product_info_block(MarFile *mar,
/* Extract the version from the buffer */
len = strlen(location);
infoBlock->productVersion = location;
location += len + 1;
if (len >= 32) {
infoBlock->MARChannelID = NULL;
infoBlock->productVersion = NULL;