Bug 1597214 - Remove useless return; declaration, r=sylvestre

Differential Revision: https://phabricator.services.mozilla.com/D53401
This commit is contained in:
JaStenson
2019-11-18 12:03:01 +00:00
parent 8171a6fdce
commit 18e6188897

View File

@@ -1109,8 +1109,6 @@ static void EnsureSorted(FallibleTArray<T>* aArray) {
MOZ_ASSERT(iter->Compare(*previous) >= 0);
}
}
return;
}
#endif