Remove unneeded line (#8096)

This was brought up in the review of
https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/7866
but somehow didn't get removed there 🙈
This commit is contained in:
Lauri Tulmin 2023-03-21 11:26:43 +02:00 committed by GitHub
parent 4621e740f4
commit 7c54e9bab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ class ClassLoaderHasClassesNamedMatcher extends ElementMatcher.Junction.Abstract
} }
} }
enabled.put(cl, set.isEmpty() ? EMPTY : set); enabled.put(cl, set.isEmpty() ? EMPTY : set);
enabled.put(cl, set);
} else if (set.isEmpty()) { } else if (set.isEmpty()) {
return false; return false;
} }