зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1409664 - P17. Remove unused variables. r=bryce
Summary: Silence warnings. Depends on D1630 Tags: #secure-revision Bug #: 1409664 Differential Revision: https://phabricator.services.mozilla.com/D1631
This commit is contained in:
Родитель
f278c2be62
Коммит
34e1735ed0
|
@ -53,7 +53,6 @@ bool
|
|||
MoofParser::RebuildFragmentedIndex(BoxContext& aContext)
|
||||
{
|
||||
bool foundValidMoof = false;
|
||||
bool foundMdat = false;
|
||||
|
||||
for (Box box(&aContext, mOffset); box.IsAvailable(); box = box.Next()) {
|
||||
if (box.IsType("moov") && mInitRange.IsEmpty()) {
|
||||
|
@ -606,7 +605,6 @@ Moof::ParseTrun(Box& aBox, Tfhd& aTfhd, Mvhd& aMvhd, Mdhd& aMdhd, Edts& aEdts, u
|
|||
}
|
||||
uint32_t flags;
|
||||
MOZ_TRY_VAR(flags, reader->ReadU32());
|
||||
uint8_t version = flags >> 24;
|
||||
|
||||
if (!reader->CanReadType<uint32_t>()) {
|
||||
LOG(Moof, "Incomplete Box (missing sampleCount)");
|
||||
|
|
Загрузка…
Ссылка в новой задаче