mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Remove noreturn bit from function types
This commit is contained in:
@@ -1125,8 +1125,6 @@ void Remangler::mangleImplFunctionAttribute(Node *node) {
|
||||
Out << "CO";
|
||||
} else if (text == "@convention(witness_method)") {
|
||||
Out << "Cw";
|
||||
} else if (text == "@noreturn") {
|
||||
Out << "CN";
|
||||
} else {
|
||||
unreachable("bad impl-function-attribute");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user