mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove Compiled Source
This commit is contained in:
@@ -435,12 +435,6 @@ bool FrontendInputsAndOutputs::hasReferenceDependenciesPath() const {
|
||||
return outs.ReferenceDependenciesFilePath;
|
||||
});
|
||||
}
|
||||
bool FrontendInputsAndOutputs::hasCompiledSourcePath() const {
|
||||
return hasSupplementaryOutputPath(
|
||||
[](const SupplementaryOutputPaths &outs) -> const std::string & {
|
||||
return outs.CompiledSourceFilePath;
|
||||
});
|
||||
}
|
||||
bool FrontendInputsAndOutputs::hasObjCHeaderOutputPath() const {
|
||||
return hasSupplementaryOutputPath(
|
||||
[](const SupplementaryOutputPaths &outs) -> const std::string & {
|
||||
|
||||
Reference in New Issue
Block a user