Skip to content

Commit

Permalink
Remove unneeded line (#8096)
Browse files Browse the repository at this point in the history
This was brought up in the review of
#7866
but somehow didn't get removed there 馃檲
  • Loading branch information
laurit committed Mar 21, 2023
1 parent 4621e74 commit 7c54e9b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ boolean match(ClassLoaderHasClassesNamedMatcher matcher, ClassLoader cl) {
}
}
enabled.put(cl, set.isEmpty() ? EMPTY : set);
enabled.put(cl, set);
} else if (set.isEmpty()) {
return false;
}
Expand Down

0 comments on commit 7c54e9b

Please sign in to comment.