Skip to content

Commit 9ea2d8c

Browse files
committed
Remove unused code
1 parent 12f47f7 commit 9ea2d8c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib-extra/src/jdt/java/com/diffplug/spotless/extra/glue/jdt/EclipseJdtSortMembers.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,6 @@ static SortProperties from(Map<String, String> properties) {
196196
boolean doNotSortFields = Boolean.parseBoolean(properties.getOrDefault("members.doNotSortFields", "true"));
197197
boolean sortByVisibility = Boolean.parseBoolean(properties.getOrDefault("visibility.order.enabled", "false"));
198198
String visibilityOrder = properties.getOrDefault("visibility.order", "");
199-
// At the moment we see no need for the following options, but they may become important, idk.
200-
Map<String, String> compilationUnitOptions = Map.of();
201-
Map<String, String> compilerOptions = Map.of();
202199
return new SortProperties(enabled, membersOrder, doNotSortFields, sortByVisibility, visibilityOrder);
203200
}
204201
}

0 commit comments

Comments
 (0)