Skip to content

Commit 926f8d8

Browse files
committed
remove outdated comment
1 parent 549ce21 commit 926f8d8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/Tracing/Span.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,15 +246,12 @@ public enum SpanAttribute: Equatable {
246246
#endif
247247

248248
/// This is a "magic value" that is used to enable the KeyPath based accessors to specific attributes.
249-
/// This value will never be stored or returned, and any attempt of doing so would WILL crash your application.
250249
internal static var _namespace: SpanAttribute {
251250
return .int(0)
252251
}
253252

254253
internal var anyValue: Any {
255254
switch self {
256-
case .string(let value):
257-
return value
258255
case .int(let value):
259256
return value
260257
case .intArray(let value):

0 commit comments

Comments
 (0)