Skip to content

Commit a2a22a5

Browse files
torosentCopilot
andcommitted
Remove unused local variable flagged by CodeQL
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6d53eb9 commit a2a22a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/src/main/java/io/durabletask/samples/TracingPattern.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static void main(String[] args) throws IOException, InterruptedException,
5555
.addSpanProcessor(BatchSpanProcessor.builder(spanExporter).build())
5656
.build();
5757

58-
OpenTelemetrySdk openTelemetry = OpenTelemetrySdk.builder()
58+
OpenTelemetrySdk.builder()
5959
.setTracerProvider(tracerProvider)
6060
.buildAndRegisterGlobal();
6161

0 commit comments

Comments
 (0)