Bug 767141 followup - remove extra return statement. r=woof!

This commit is contained in:
Steve Fink 2012-07-02 08:54:12 -07:00
parent 9b540124cd
commit e837ced01b

View File

@ -4260,8 +4260,6 @@ JS::CheckStackRoots(JSContext *cx)
// could happen.)
JS_ASSERT(!cx->rootingUnnecessary);
return;
AutoCopyFreeListToArenas copy(rt);
JSTracer checker;