File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -2204,19 +2204,6 @@ class TypeSequenceAttr : public DeclAttribute {
2204
2204
}
2205
2205
};
2206
2206
2207
- // /// The @_noMetadata attribute, which marks a generic param as not providing metadata
2208
- // class NoMetadataAttr : public DeclAttribute {
2209
- // NoMetadataAttr(SourceLoc atLoc, SourceRange Range);
2210
-
2211
- // public:
2212
- // static NoMetadataAttr *create(ASTContext &Ctx, SourceLoc atLoc,
2213
- // SourceRange Range);
2214
-
2215
- // static bool classof(const DeclAttribute *DA) {
2216
- // return DA->getKind() == DAK_NoMetadata;
2217
- // }
2218
- // };
2219
-
2220
2207
// / The @_unavailableFromAsync attribute, used to make function declarations
2221
2208
// / unavailable from async contexts.
2222
2209
class UnavailableFromAsyncAttr : public DeclAttribute {
You can’t perform that action at this time.
0 commit comments