Skip to content

Commit dfd422f

Browse files
committed
Remove unused code
1 parent b63253d commit dfd422f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/src/main/java/com/diffplug/spotless/LintState.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ public class LintState {
3434
this.lintsPerStep = lintsPerStep;
3535
}
3636

37-
@Nullable
38-
public List<List<Lint>> getLintsPerStep() {
39-
return lintsPerStep;
40-
}
41-
4237
public DirtyState getDirtyState() {
4338
return dirtyState;
4439
}

0 commit comments

Comments
 (0)