Swift: remove obsolete configuration fields

This commit is contained in:
Paolo Tranquilli
2023-01-18 08:52:19 +01:00
parent 6b43ff45a4
commit 2c4c2dfeb3

View File

@@ -23,13 +23,6 @@ struct SwiftExtractorConfiguration {
// destination.
std::filesystem::path getTempTrapDir() const { return scratchDir / "swift-trap-temp"; }
// VFS (virtual file system) support.
// A temporary directory that contains VFS files used during extraction.
std::filesystem::path getVFSDir() const { return scratchDir / "swift-vfs"; }
// A temporary directory that contains temp VFS files before they moved into VFSDir.
std::filesystem::path getTempVFSDir() const { return scratchDir / "swift-vfs-temp"; }
// A temporary directory that contains build artifacts generated by the extractor during the
// overall extraction process.
std::filesystem::path getTempArtifactDir() const {