Skip to content

Commit 8910ba4

Browse files
authored
Merge pull request #11919 from github/redsun82/swift-obsolete-conf
Swift: remove obsolete configuration fields
2 parents c8e894b + 2c4c2df commit 8910ba4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

swift/extractor/config/SwiftExtractorConfiguration.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ struct SwiftExtractorConfiguration {
2323
// destination.
2424
std::filesystem::path getTempTrapDir() const { return scratchDir / "swift-trap-temp"; }
2525

26-
// VFS (virtual file system) support.
27-
// A temporary directory that contains VFS files used during extraction.
28-
std::filesystem::path getVFSDir() const { return scratchDir / "swift-vfs"; }
29-
30-
// A temporary directory that contains temp VFS files before they moved into VFSDir.
31-
std::filesystem::path getTempVFSDir() const { return scratchDir / "swift-vfs-temp"; }
32-
3326
// A temporary directory that contains build artifacts generated by the extractor during the
3427
// overall extraction process.
3528
std::filesystem::path getTempArtifactDir() const {

0 commit comments

Comments
 (0)