Skip to content

Commit b660f27

Browse files
authored
remove deprecated code and BC hacks (#1099)
in preparation for RC, removing deprecations and BC hacks so that we have a clean slate for 1.0.0
1 parent 4f95b0f commit b660f27

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

Trace/AbstractSpan.php

Lines changed: 0 additions & 16 deletions
This file was deleted.

Trace/SpanContextInterface.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
*/
1010
interface SpanContextInterface
1111
{
12-
/** @deprecated */
13-
public const TRACE_FLAG_SAMPLED = 0x01;
14-
/** @deprecated */
15-
public const TRACE_FLAG_DEFAULT = 0x00;
16-
1712
public static function createFromRemoteParent(string $traceId, string $spanId, int $traceFlags = TraceFlags::DEFAULT, ?TraceStateInterface $traceState = null): SpanContextInterface;
1813
public static function getInvalid(): SpanContextInterface;
1914
public static function create(string $traceId, string $spanId, int $traceFlags = TraceFlags::DEFAULT, ?TraceStateInterface $traceState = null): SpanContextInterface;

0 commit comments

Comments
 (0)