mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Frontend: Remove unused ModuleInterfaceOptionIgnorablePrivate.
This commit is contained in:
@@ -108,12 +108,6 @@ static void printToolVersionAndFlagsComment(raw_ostream &out,
|
||||
out << "// " SWIFT_MODULE_FLAGS_IGNORABLE_KEY ": "
|
||||
<< Opts.IgnorableFlags << "\n";
|
||||
}
|
||||
|
||||
auto hasPrivateIgnorableFlags = !Opts.printPublicInterface() && !Opts.IgnorablePrivateFlags.empty();
|
||||
if (hasPrivateIgnorableFlags) {
|
||||
out << "// " SWIFT_MODULE_FLAGS_IGNORABLE_PRIVATE_KEY ": "
|
||||
<< Opts.IgnorablePrivateFlags << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
std::string
|
||||
|
||||
Reference in New Issue
Block a user