Skip to content

Commit

Permalink
cleanup(otel): remove unnecessary line (#14395)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc authored Jun 28, 2024
1 parent 748b395 commit e4ed3a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google/cloud/internal/async_read_write_stream_tracing.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ class AsyncStreamingReadWriteRpcTracing
}

future<Status> Finish() override {
internal::OTelScope scope(span_);
// It is sufficient to set `span_` as the parent of `finish_span`, because
// the lower levels do not create any spans.
opentelemetry::trace::StartSpanOptions options;
Expand Down

0 comments on commit e4ed3a4

Please sign in to comment.