Skip to content

Commit

Permalink
remove unused code in main::run
Browse files Browse the repository at this point in the history
  • Loading branch information
QilinPTA committed Sep 19, 2023
1 parent 16f2bcd commit 947673e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions qilin.core/src/qilin/core/builder/FakeMainFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
import java.util.List;

public class FakeMainFactory extends ArtificialMethod {
public static FakeMainFactory instance;

public static int implicitCallEdges;
private final SootClass fakeClass;

Expand Down
4 changes: 0 additions & 4 deletions qilin.pta/src/driver/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ public static PTA run(String[] args) {
PTAUtils.dumpJimple(jimplePath);
System.out.println("Jimple files have been dumped to: " + jimplePath);
}
logger.info("Constructing the callgraph...");
PackManager.v().getPack("cg").apply();
CallGraph cg = PTAScene.v().getCallGraph();
System.out.println("#CALLGRAPH:" + cg.size());
pta = PTAFactory.createPTA(PTAConfig.v().getPtaConfig().ptaPattern);
pta.run();
return pta;
Expand Down

0 comments on commit 947673e

Please sign in to comment.