summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.cs
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.cs')
-rw-r--r--clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.cs b/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.cs
index c6d93708f79..20c8a8fff5e 100644
--- a/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.cs
+++ b/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.cs
@@ -42,13 +42,6 @@ namespace LLVM.ClangTidy
/// </summary>
List<KeyValuePair<string, ClangTidyProperties>> PropertyChain_ = null;
- /// <summary>
- /// A tree representing all the checks that the extension knows about, used
- /// when serializing a file to intelligently determine when to use wildcard
- /// include / exclude rules.
- /// </summary>
- CheckTree Checks_;
-
public ClangTidyPropertyGrid()
{
InitializeComponent();
OpenPOWER on IntegriCloud