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 {
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 {
You can’t perform that action at this time.
0 commit comments