diff --git a/com.ibm.wala.core/src/com/ibm/wala/cfg/InducedCFG.java b/com.ibm.wala.core/src/com/ibm/wala/cfg/InducedCFG.java index 34c171504..9dfac2f80 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/cfg/InducedCFG.java +++ b/com.ibm.wala.core/src/com/ibm/wala/cfg/InducedCFG.java @@ -483,11 +483,6 @@ public class InducedCFG extends AbstractCFG * See Reps, Horwitz, Sagiv POPL 95. @@ -50,17 +49,14 @@ import com.ibm.wala.util.ref.ReferenceCleanser; * This version differs in some ways from the POPL algorithm. In particular ... * *

* * @param type of node in the supergraph * @param

type of a procedure (like a box in an RSM) * @param type of factoids propagated when solving this problem - * - * @author sfink */ public class TabulationSolver {