Skip to content

Commit 25a6b89

Browse files
authored
[clang] NFC: Remove unused FileEntry::getLastRef() (#68156)
The last usage of the deprecated `FileEntry::getLastRef()` was removed in #67838, let's remove it entirely.
1 parent afe957e commit 25a6b89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/include/clang/Basic/FileEntry.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,6 @@ class FileEntry {
426426
public:
427427
~FileEntry();
428428
StringRef getName() const { return LastRef->getName(); }
429-
FileEntryRef getLastRef() const { return *LastRef; }
430429

431430
StringRef tryGetRealPathName() const { return RealPathName; }
432431
off_t getSize() const { return Size; }

0 commit comments

Comments
 (0)