[clangd] The ClangdServer::EnableHiddenFeatures is not used any more.

Remove it.

llvm-svn: 369631
This commit is contained in:
Haojian Wu 2019-08-22 09:01:04 +00:00
parent e54d37153d
commit 35038c914c
1 changed files with 0 additions and 1 deletions

View File

@ -324,7 +324,6 @@ private:
// If this is true, suggest include insertion fixes for diagnostic errors that
// can be caused by missing includes (e.g. member access in incomplete type).
bool SuggestMissingIncludes = false;
bool EnableHiddenFeatures = false;
std::function<bool(const Tweak &)> TweakFilter;