Skip to content

Commit b1b3822

Browse files
committed
Merge pull request #572 from patters/remove-bad-comment
Remove outdated, incorrect comment
2 parents b6d4abd + c155e5b commit b1b3822

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/public/SwiftShims/RefCount.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,6 @@ class WeakRefCount {
275275

276276
enum : uint32_t {
277277
// There isn't really a flag here.
278-
// Making weak RC_ONE == strong RC_ONE saves an
279-
// instruction in allocation on arm64.
280278
RC_UNUSED_FLAG = 1,
281279

282280
RC_FLAGS_COUNT = 1,

0 commit comments

Comments
 (0)