Skip to content

Commit

Permalink
Remove unused instance variable
Browse files Browse the repository at this point in the history
Co-authored-by: Bob Weinand <[email protected]>
  • Loading branch information
PROFeNoM and bwoebi authored Jan 9, 2024
1 parent 1f0e817 commit a2a4815
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DDTrace/OpenTelemetry/Span.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ final class Span extends API\Span implements ReadWriteSpanInterface

private string $operationNameConvention = "";

private string $uniqueIdentifier = "";

private function __construct(
SpanData $span,
API\SpanContextInterface $context,
Expand Down

0 comments on commit a2a4815

Please sign in to comment.