mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1396795 - mar_read_product_info_block: Value stored to 'location' is never read. r=rstrong
This commit is contained in:
parent
c86bc6b1ea
commit
d4680517be
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user