Skip to content

Commit

Permalink
Remove unused import in Computer
Browse files Browse the repository at this point in the history
  • Loading branch information
altrisi committed Jul 9, 2023
1 parent b152a69 commit b3e1245
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sisc/Computer.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

import static sisc.instructions.Instructions.*;

import java.util.Arrays;

public class Computer {
private final Memory memory = new Memory();
private final InstructionStorage instructions;
Expand Down

0 comments on commit b3e1245

Please sign in to comment.