Index: tools/clang/plugins/Options.h |
diff --git a/tools/clang/plugins/Options.h b/tools/clang/plugins/Options.h |
index f438685bc5b26622fab98778509e031131431e13..cf04601ed1d3ee40e25208c36a4d5a7e908e861e 100644 |
--- a/tools/clang/plugins/Options.h |
+++ b/tools/clang/plugins/Options.h |
@@ -11,7 +11,6 @@ struct Options { |
bool check_base_classes = false; |
bool enforce_in_thirdparty_webkit = false; // Use in Blink code itself |
bool check_enum_last_value = false; |
- bool check_templates = false; |
// This is needed for some distributed build-sytems to respect banned |
// paths. See https://crbug.com/583454 for details. |
bool no_realpath = false; |