Skip to content

Commit 3372b71

Browse files
committed
Sema: Remove NameLookupFlags::DynamicLookup
1 parent 6c15aad commit 3372b71

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/Sema/TypeChecker.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,6 @@ enum class NameLookupFlags {
190190
KnownPrivate = 0x01,
191191
/// Whether name lookup should be able to find protocol members.
192192
ProtocolMembers = 0x02,
193-
/// Whether to perform 'dynamic' name lookup that finds @objc
194-
/// members of any class or protocol.
195-
DynamicLookup = 0x08,
196193
/// Whether to ignore access control for this lookup, allowing inaccessible
197194
/// results to be returned.
198195
IgnoreAccessControl = 0x10,

0 commit comments

Comments
 (0)