Skip to content
Snippets Groups Projects
Commit e755930c authored by rswindell's avatar rswindell
Browse files

Eliminated unused variables in js_BranchCallback.

parent 1d8eef55
Branches
Tags
No related merge requests found
......@@ -386,9 +386,6 @@ js_ErrorReporter(JSContext *cx, const char *message, JSErrorReport *report)
static JSBool
js_BranchCallback(JSContext *cx, JSScript *script)
{
JSObject* obj=js_glob;
jsval val=JSVAL_VOID;
branch.counter++;
/* Infinite loop? */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment