Skip to content

Commit 1f0b2e5

Browse files
authored
Remove a stale fixme comment.
Per Ben's feedback in the PR.
1 parent 15ebec6 commit 1f0b2e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/public/core/UnsafeBufferPointer.swift.gyb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
% for mutable in (True, False):
1515
% Self = 'UnsafeMutableBufferPointer' if mutable else 'UnsafeBufferPointer'
1616
% Mutable = 'Mutable' if mutable else ''
17-
// FIXME: rdar://18157434 - until this is fixed, this has to be fixed layout
18-
// to avoid a hang in Foundation, which has the following setup:
19-
// struct A { struct B { let x: UnsafeMutableBufferPointer<...> } let b: B }
2017
/// A nonowning collection interface to a buffer of ${Mutable.lower()}
2118
/// elements stored contiguously in memory.
2219
///

0 commit comments

Comments
 (0)