Removing bogus FIXME here (comment-change only)

This commit is contained in:
crowder@fiverocks.com 2008-03-28 10:54:21 -07:00
parent 8f67f6aeb4
commit bc78984508

View File

@ -165,8 +165,7 @@ jsdtrace_function_name(JSContext *cx, JSStackFrame *fp, JSFunction *fun)
* decompiler.
*/
break;
default: /* FIXME bug 425744: need to consider other CALL cases. */
break;
default: ;
}
switch ((JSOp) *pc) {