@@ -605,18 +605,8 @@ static llvm::StringMap<AnnoRecord> annotationRecords{{
605605 {augmentedGroundTypeClass, {stdResolve, applyWithoutTarget<true >}},
606606 // Grand Central Data Tap Annotations
607607 {dataTapsClass, {noResolve, applyGCTDataTaps}},
608- {dataTapsBlackboxClass, {stdResolve, applyWithoutTarget<true >}},
609- {referenceKeySourceClass, {stdResolve, applyWithoutTarget<true >}},
610- {referenceKeyPortClass, {stdResolve, applyWithoutTarget<true >}},
611- {internalKeySourceClass, {stdResolve, applyWithoutTarget<true >}},
612- {internalKeyPortClass, {stdResolve, applyWithoutTarget<true >}},
613- {deletedKeyClass, {stdResolve, applyWithoutTarget<true >}},
614- {literalKeyClass, {stdResolve, applyWithoutTarget<true >}},
615608 // Grand Central Mem Tap Annotations
616609 {memTapClass, {noResolve, applyGCTMemTaps}},
617- {memTapSourceClass, {stdResolve, applyWithoutTarget<true >}},
618- {memTapPortClass, {stdResolve, applyWithoutTarget<true >}},
619- {memTapBlackboxClass, {stdResolve, applyWithoutTarget<true >}},
620610 // Miscellaneous Annotations
621611 {conventionAnnoClass, {stdResolve, applyConventionAnno}},
622612 {typeLoweringAnnoClass, {stdResolve, applyBodyTypeLoweringAnno}},
0 commit comments