Skip to content

Commit 334b63e

Browse files
authored
[AST] Remove commented out NoMetadataAttr attribute class (swiftlang#61272)
This was a leftover from moving the attribtue to swift-syntax
1 parent 64f2172 commit 334b63e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

include/swift/AST/Attr.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,19 +2204,6 @@ class TypeSequenceAttr : public DeclAttribute {
22042204
}
22052205
};
22062206

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-
22202207
/// The @_unavailableFromAsync attribute, used to make function declarations
22212208
/// unavailable from async contexts.
22222209
class UnavailableFromAsyncAttr : public DeclAttribute {

0 commit comments

Comments
 (0)