Skip to content
Snippets Groups Projects
Commit 69f72106 authored by Sam McCall's avatar Sam McCall
Browse files

Remove unused FileEntry::operator<. NFC

parent 4a4d0985
No related branches found
No related tags found
No related merge requests found
......@@ -374,8 +374,6 @@ public:
/// Return the directory the file lives in.
const DirectoryEntry *getDir() const { return Dir; }
bool operator<(const FileEntry &RHS) const { return UniqueID < RHS.UniqueID; }
/// Check whether the file is a named pipe (and thus can't be opened by
/// the native FileManager methods).
bool isNamedPipe() const { return IsNamedPipe; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment