File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -237,11 +237,6 @@ class FileManager : public RefCountedBase<FileManager> {
237237 FileEntryRef getVirtualFileRef (StringRef Filename, off_t Size,
238238 time_t ModificationTime);
239239
240- LLVM_DEPRECATED (" Functions returning FileEntry are deprecated." ,
241- " getVirtualFileRef()" )
242- const FileEntry *getVirtualFile (StringRef Filename, off_t Size,
243- time_t ModificationTime);
244-
245240 // / Retrieve a FileEntry that bypasses VFE, which is expected to be a virtual
246241 // / file entry, to access the real file. The returned FileEntry will have
247242 // / the same filename as FE but a different identity and its own stat.
Original file line number Diff line number Diff line change @@ -369,11 +369,6 @@ void FileManager::trackVFSUsage(bool Active) {
369369 });
370370}
371371
372- const FileEntry *FileManager::getVirtualFile (StringRef Filename, off_t Size,
373- time_t ModificationTime) {
374- return &getVirtualFileRef (Filename, Size, ModificationTime).getFileEntry ();
375- }
376-
377372FileEntryRef FileManager::getVirtualFileRef (StringRef Filename, off_t Size,
378373 time_t ModificationTime) {
379374 ++NumFileLookups;
You can’t perform that action at this time.
0 commit comments