[clangd] Fix an out-of-date FIXME, NFC.
authorHaojian Wu <hokein@google.com>
Thu, 14 Mar 2019 10:01:07 +0000 (10:01 +0000)
committerHaojian Wu <hokein@google.com>
Thu, 14 Mar 2019 10:01:07 +0000 (10:01 +0000)
llvm-svn: 356127

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

index 2954b38..0a271a7 100644 (file)
@@ -103,9 +103,6 @@ public:
                     llvm::function_ref<void(const Ref &)> Callback) const = 0;
 
   /// Returns estimated size of index (in bytes).
-  // FIXME(kbobyrev): Currently, this only returns the size of index itself
-  // excluding the size of actual symbol slab index refers to. We should include
-  // both.
   virtual size_t estimateMemoryUsage() const = 0;
 };