From 35038c914c187484e65440d204029e716ea1eeca Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Thu, 22 Aug 2019 09:01:04 +0000 Subject: [PATCH] [clangd] The ClangdServer::EnableHiddenFeatures is not used any more. Remove it. llvm-svn: 369631 --- clang-tools-extra/clangd/ClangdServer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/clang-tools-extra/clangd/ClangdServer.h b/clang-tools-extra/clangd/ClangdServer.h index e1620cf..378cea5 100644 --- a/clang-tools-extra/clangd/ClangdServer.h +++ b/clang-tools-extra/clangd/ClangdServer.h @@ -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 TweakFilter; -- 2.7.4