Remove the "-disable-self-type-mangling" flag and corresponding language option

NFC
This commit is contained in:
Doug Gregor
2016-01-13 22:22:21 -08:00
parent 32b797d744
commit 12d6f02c45
4 changed files with 1 additions and 13 deletions

View File

@@ -145,9 +145,6 @@ namespace swift {
/// new enough?
bool EnableTargetOSChecking = true;
/// Don't mangle the Self type as part of declaration manglings.
bool DisableSelfTypeMangling = true;
/// Sets the target we are building for and updates configuration options
/// to match.
///