X-Git-Url: http://git.megacz.com/?p=org.ibex.xt-crawshaw.git;a=blobdiff_plain;f=src%2Fjava%2Forg%2Fibex%2Fxt%2FPrevalence.java;fp=src%2Fjava%2Forg%2Fibex%2Fxt%2FPrevalence.java;h=80d1f85024a94371c387c47383427a2ab4bdab74;hp=84687699a31b90effa6ac0deedfdcc75921d8ed2;hb=f452b10d473d1a3f6b9dc45a98fb6cc98d7f3944;hpb=e086a6515bf5d5f1f179240f229056d2bb699a99 diff --git a/src/java/org/ibex/xt/Prevalence.java b/src/java/org/ibex/xt/Prevalence.java index 8468769..80d1f85 100644 --- a/src/java/org/ibex/xt/Prevalence.java +++ b/src/java/org/ibex/xt/Prevalence.java @@ -1,7 +1,6 @@ package org.ibex.xt; import java.io.*; -import java.net.*; import java.util.*; import javax.servlet.ServletContext; @@ -72,27 +71,13 @@ public class Prevalence { public static class JSTransaction implements Transaction { public static final long serialVersionUid = 0xfb2aa281; private JS js; - JSScope newscope; - List v; - public JSTransaction(JS js) throws JSExn { - newscope = new JSScope(null); - this.js = JS.cloneWithNewParentScope(js, newscope); - v = JS.getFormalArgs(this.js); - for(int i=0; i