Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b43ff4 commit 2c4c2dfCopy full SHA for 2c4c2df
1 file changed
swift/extractor/config/SwiftExtractorConfiguration.h
@@ -23,13 +23,6 @@ struct SwiftExtractorConfiguration {
23
// destination.
24
std::filesystem::path getTempTrapDir() const { return scratchDir / "swift-trap-temp"; }
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
// A temporary directory that contains build artifacts generated by the extractor during the
34
// overall extraction process.
35
std::filesystem::path getTempArtifactDir() const {
0 commit comments