Skip to content

Commit 8e2709a

Browse files
committed
Remove a FIXME and comment that is simply no longer true
1 parent d9af96f commit 8e2709a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/swift/AST/ProtocolConformance.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -444,11 +444,6 @@ class NormalProtocolConformance : public ProtocolConformance,
444444
LazyResolver *resolver = nullptr) const;
445445

446446
/// Retrieve the value witness corresponding to the given requirement.
447-
///
448-
/// Note that a generic witness will only be specialized if the conformance
449-
/// came from the current file.
450-
///
451-
/// FIXME: The 'only specialized if from the same file' bit is awful.
452447
Witness getWitness(ValueDecl *requirement, LazyResolver *resolver) const;
453448

454449
/// Determine whether the protocol conformance has a witness for the given

0 commit comments

Comments
 (0)