forked from OSchip/llvm-project
[clangd] The ClangdServer::EnableHiddenFeatures is not used any more.
Remove it. llvm-svn: 369631
This commit is contained in:
parent
e54d37153d
commit
35038c914c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue