From d8a567c7736f8d4abc8a8338fc7bab8ff6fcb39e Mon Sep 17 00:00:00 2001 From: Brian Hackett Date: Sun, 11 Sep 2011 22:38:33 -0700 Subject: [PATCH] [INFER] Remove bogus assert, bug 686178. --- js/src/methodjit/Retcon.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/js/src/methodjit/Retcon.cpp b/js/src/methodjit/Retcon.cpp index aae7bf464f1..90eae9e31e0 100644 --- a/js/src/methodjit/Retcon.cpp +++ b/js/src/methodjit/Retcon.cpp @@ -85,7 +85,6 @@ static inline JSRejoinState ScriptedRejoin(uint32 pcOffset) static inline JSRejoinState StubRejoin(RejoinState rejoin) { - JS_ASSERT(rejoin != REJOIN_NONE); return rejoin << 1; }