We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4d098 commit 69f7210Copy full SHA for 69f7210
clang/include/clang/Basic/FileEntry.h
@@ -374,8 +374,6 @@ class FileEntry {
374
/// Return the directory the file lives in.
375
const DirectoryEntry *getDir() const { return Dir; }
376
377
- bool operator<(const FileEntry &RHS) const { return UniqueID < RHS.UniqueID; }
378
-
379
/// Check whether the file is a named pipe (and thus can't be opened by
380
/// the native FileManager methods).
381
bool isNamedPipe() const { return IsNamedPipe; }
0 commit comments