mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Remove MOZ_B2G leftovers and some dead B2G-only components.
This commit is contained in:
parent
75d98fd33e
commit
719ac1bc38
91 changed files with 28 additions and 5017 deletions
|
|
@ -216,10 +216,7 @@ public:
|
|||
}
|
||||
double operator/(const BaseTimeDuration& aOther) const
|
||||
{
|
||||
#ifndef MOZ_B2G
|
||||
// Bug 1066388 - This fails on B2G ICS Emulator
|
||||
MOZ_ASSERT(aOther.mValue != 0, "Division by zero");
|
||||
#endif
|
||||
return ValueCalculator::DivideDouble(mValue, aOther.mValue);
|
||||
}
|
||||
BaseTimeDuration operator%(const BaseTimeDuration& aOther) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue