Skip to content

Commit 238b621

Browse files
committed
Remove ConstantAdjuster
1 parent 2f0d232 commit 238b621

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/instrumentation/ConstantAdjuster.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/instrumentation/InstrumentationModuleInstaller.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ private AgentBuilder installInjectingModule(
211211
AgentBuilder.Identified.Extendable extendableAgentBuilder =
212212
setTypeMatcher(agentBuilder, instrumentationModule, typeInstrumentation)
213213
.and(muzzleMatcher)
214-
.transform(ConstantAdjuster.instance())
215214
.transform(
216215
(builder, typeDescription, classLoader, module, protectionDomain) -> {
217216
if (JavaModule.isSupported()

0 commit comments

Comments
 (0)