[clangd] Remove an already-done FIXME, NFC

llvm-svn: 324993
This commit is contained in:
Haojian Wu 2018-02-13 09:56:45 +00:00
parent dc02a3d943
commit 92e0bb5c95
1 changed files with 0 additions and 1 deletions

View File

@ -162,7 +162,6 @@ struct Symbol {
// Optional details of the symbol.
const Details *Detail = nullptr;
// FIXME: add definition location of the symbol.
// FIXME: add all occurrences support.
// FIXME: add extra fields for index scoring signals.
};