Backed out changeset 87fe68f51647

This commit is contained in:
Andreas Gal
2008-09-15 17:09:25 -07:00
parent 81a9e63bad
commit 62bd202b55
3 changed files with 0 additions and 19 deletions

View File

@@ -86,17 +86,6 @@ js_dmod(jsdouble a, jsdouble b)
return r;
}
/*
* Note: Caller is responsible for ensuring that b is not 0, or really bad things are going to
* happen.
*/
jsint FASTCALL
js_imod(jsint a, jsint b)
{
return a % b;
}
/* The following boxing/unboxing primitives we can't emit inline because
they either interact with the GC and depend on Spidermonkey's 32-bit
integer representation. */