Skip to content

Commit 8a3e395

Browse files
committed
remove useless stuff
1 parent 3b08477 commit 8a3e395

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

instrumentation/geode-1.4/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/geode/GeodeRegionInstrumentation.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@ public void end(@Nullable Throwable throwable) {
9797
@SuppressWarnings("unused")
9898
public static class SimpleAdvice {
9999

100-
public static class AdviceLocals {
101-
public GeodeRequest request;
102-
public Context context;
103-
public Scope scope;
104-
}
105-
106100
@Nullable
107101
@Advice.OnMethodEnter(suppress = Throwable.class)
108102
public static AdviceScope onEnter(

0 commit comments

Comments
 (0)