mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Swift: remove obsolete configuration fields
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user