Skip to content

Commit

Permalink
Update PrintUtils.java
Browse files Browse the repository at this point in the history
  • Loading branch information
txiang61 authored Nov 20, 2019
1 parent e1a1850 commit cd33d90
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/checkers/inference/solver/util/PrintUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,6 @@ public Void serialize(ConstantSlot slot) {
return null;
}

@Override
public Void serialize(Slot slot) {
addSlotIfNotAdded(slot);
return null;
}

@Override
public Void serialize(VariableSlot slot) {
addSlotIfNotAdded(slot);
Expand Down

0 comments on commit cd33d90

Please sign in to comment.