From b7d9dad58e5a3f87a6c767412941700bc8010044 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 12 May 2018 14:32:03 +0200 Subject: Remove MOZ_B2G leftovers and some dead B2G-only components. --- mozglue/misc/TimeStamp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'mozglue/misc/TimeStamp.h') diff --git a/mozglue/misc/TimeStamp.h b/mozglue/misc/TimeStamp.h index a1a0eb360..bec3ae591 100644 --- a/mozglue/misc/TimeStamp.h +++ b/mozglue/misc/TimeStamp.h @@ -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 -- cgit v1.2.3