X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fjs%2FJSFunction.java;h=4e6a48dd1faf56b927397ec532f7a510f1cf2da3;hb=a45a8fc2ca7e197f70a1e13ae22d2a49339722f8;hp=6c0e89a2b763a4fca87537170e0a9bb3dedd9cc0;hpb=3591b88b94a6bb378af3d4abe6eb5233ce583104;p=org.ibex.core.git diff --git a/src/org/ibex/js/JSFunction.java b/src/org/ibex/js/JSFunction.java index 6c0e89a..4e6a48d 100644 --- a/src/org/ibex/js/JSFunction.java +++ b/src/org/ibex/js/JSFunction.java @@ -28,7 +28,6 @@ class JSFunction extends JS implements ByteCodes, Tokens, org.ibex.Scheduler.Tas /** if you enqueue a function, it gets invoked in its own pauseable context */ public void perform() throws JSExn { Interpreter i = new Interpreter(this, true, new JSArray()); - int oldpausecount = i.pausecount; i.resume(); }