Skip to content

Commit

Permalink
[clangd] Revert unwanted change from D108194
Browse files Browse the repository at this point in the history
Left-overs from the review process were not deleted.
  • Loading branch information
kirillbobyrev committed Oct 8, 2021
1 parent 4c98070 commit b1309a1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions clang-tools-extra/clangd/Headers.h
Expand Up @@ -125,11 +125,6 @@ class IncludeStructure {
// populates the structure.
std::unique_ptr<PPCallbacks> collect(const SourceManager &SM);

void setMainFileEntry(const FileEntry *Entry) {
assert(Entry && Entry->isValid());
this->MainFileEntry = Entry;
}

// HeaderID identifies file in the include graph. It corresponds to a
// FileEntry rather than a FileID, but stays stable across preamble & main
// file builds.
Expand Down

0 comments on commit b1309a1

Please sign in to comment.