Revert "ModuleLoader: refactor computePrebuiltModulePath to facilitate dependencies scanner's invocation, NFC"

This commit is contained in:
Xi Ge
2020-06-30 10:05:14 -07:00
parent 9e85a396f6
commit d2bf4473ae
3 changed files with 83 additions and 121 deletions

View File

@@ -445,12 +445,7 @@ public:
}
};
Optional<StringRef>
computePrebuiltModulePath(ASTContext &ctx,
StringRef interfacePath,
StringRef prebuiltCacheDir,
StringRef moduleName,
llvm::SmallString<256> &scratch);
} // end namespace swift
#endif