mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Don't need to mangle @nonobjc, NFC
Swift SVN r32940
This commit is contained in:
@@ -569,10 +569,6 @@ void Remangler::mangleObjCAttribute(Node *node) {
|
||||
Out << "To";
|
||||
}
|
||||
|
||||
void Remangler::mangleNonObjCAttribute(Node *node) {
|
||||
Out << "TO";
|
||||
}
|
||||
|
||||
void Remangler::mangleDirectMethodReferenceAttribute(Node *node) {
|
||||
Out << "Td";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user