[clangd] Remove an already-done FIXME, NFC
authorHaojian Wu <hokein@google.com>
Tue, 13 Feb 2018 09:56:45 +0000 (09:56 +0000)
committerHaojian Wu <hokein@google.com>
Tue, 13 Feb 2018 09:56:45 +0000 (09:56 +0000)
llvm-svn: 324993

clang-tools-extra/clangd/index/Index.h

index 30db1d9..d322699 100644 (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.
 };