Skip to content

Commit 2ed4e96

Browse files
committed
remove commented code
1 parent 03aa810 commit 2ed4e96

File tree

1 file changed

+0
-7
lines changed
  • instrumentation/kotlinx-coroutines/kotlinx-coroutines-1.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/kotlinxcoroutines/instrumentationannotations

1 file changed

+0
-7
lines changed

instrumentation/kotlinx-coroutines/kotlinx-coroutines-1.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/kotlinxcoroutines/instrumentationannotations/WithSpanInstrumentation.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -324,13 +324,6 @@ public void visitEnd() {
324324
// initialize our local variables, start span and open scope
325325
{
326326
MethodNode temp = new MethodNode();
327-
// insert
328-
// request =
329-
// AnnotationInstrumentationHelper.createMethodRequest(InstrumentedClass.class,
330-
// instrumentedMethodName, withSpanValue, withSpanKind)
331-
// context = AnnotationInstrumentationHelper.enterCoroutine(label, continuation,
332-
// request)
333-
// scope = AnnotationInstrumentationHelper.openScope(context)
334327
if (hasBlockingOperation) {
335328
// value of label is on stack
336329
// label is used in call to enterCoroutine and later in @SpanAttribute handling

0 commit comments

Comments
 (0)