removed redundant method overriders after "Method is identical to its supermethod" inspection run
This commit is contained in:
@@ -18,8 +18,4 @@ public class SimpleInstructionSequence extends InstructionSequence {
|
||||
|
||||
return newseq;
|
||||
}
|
||||
|
||||
public void removeInstruction(int index) {
|
||||
collinstr.remove(index);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user