Skip to content

Commit 69f7210

Browse files
committed
Remove unused FileEntry::operator<. NFC
1 parent 4a4d098 commit 69f7210

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/include/clang/Basic/FileEntry.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,6 @@ class FileEntry {
374374
/// Return the directory the file lives in.
375375
const DirectoryEntry *getDir() const { return Dir; }
376376

377-
bool operator<(const FileEntry &RHS) const { return UniqueID < RHS.UniqueID; }
378-
379377
/// Check whether the file is a named pipe (and thus can't be opened by
380378
/// the native FileManager methods).
381379
bool isNamedPipe() const { return IsNamedPipe; }

0 commit comments

Comments
 (0)