Bug 825545 followup - Remove extra comment. r=jorendorff

This commit is contained in:
Benjamin Peterson 2013-01-07 18:40:12 -06:00
parent 300c9d67bd
commit e6f0998bf6

View File

@ -29,7 +29,6 @@ static void
newScriptHook(JSContext *cx, const char *fn, unsigned lineno,
JSScript *script, JSFunction *fun, void *data)
{
// Just need this not to fail.
if (!JS_StringEqualsAscii(cx, script->sourceData(cx), simpleSource, (JSBool *)data))
*((JSBool *)data) = JS_FALSE;
}