Bug 1536432 - MoofParser: Delete useless declaration r=jya

Differential Revision: https://phabricator.services.mozilla.com/D24014

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sylvestre Ledru 2019-03-20 00:45:40 +00:00
Родитель d1d3963bec
Коммит 102b964803
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1101,7 +1101,6 @@ Result<Ok, nsresult> Sbgp::Parse(Box& aBox) {
uint32_t flags;
MOZ_TRY_VAR(flags, reader->ReadU32());
const uint8_t version = flags >> 24;
flags = flags & 0xffffff;
uint32_t type;
MOZ_TRY_VAR(type, reader->ReadU32());