Skip to content

Commit

Permalink
remove dead method
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Nov 6, 2023
1 parent 917b9ce commit ffd3fa6
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ private void analyseClass(ClassTree tree) {
}
}

private boolean enumConstructor(MethodTree m, boolean isEnum) {
return isEnum && m.rawNode().name.equals("<init>");
}

private List<Location> allCallsFor(ClassTree tree, MethodTree m) {
return Stream.concat(callsFor(tree,m), invokeDynamicCallsFor(tree,m))
.collect(Collectors.toList());
Expand Down

0 comments on commit ffd3fa6

Please sign in to comment.