Remove unused method context instruction context list. I think the MethodContext class can be removed
This commit is contained in:
@@ -257,8 +257,6 @@ public class Frame
|
||||
assert ictx.getInstruction() == oldCur;
|
||||
execution.contexts.put(oldCur, ictx);
|
||||
|
||||
this.ctx.instructions.add(ictx);
|
||||
|
||||
execution.executed.add(oldCur);
|
||||
|
||||
processExceptions(oldCur);
|
||||
|
||||
@@ -10,7 +10,6 @@ public class MethodContext
|
||||
{
|
||||
private Execution execution;
|
||||
private MultiValueMap<InstructionContext, Instruction> visited = new MultiValueMap<>();
|
||||
public List<InstructionContext> instructions = new ArrayList<>();
|
||||
|
||||
public MethodContext(Execution execution)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user