File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,6 @@ struct SwiftExtractorConfiguration {
23
23
// destination.
24
24
std::filesystem::path getTempTrapDir () const { return scratchDir / " swift-trap-temp" ; }
25
25
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
-
33
26
// A temporary directory that contains build artifacts generated by the extractor during the
34
27
// overall extraction process.
35
28
std::filesystem::path getTempArtifactDir () const {
You can’t perform that action at this time.
0 commit comments