Index: tools/clang/plugins/Options.h |
diff --git a/tools/clang/plugins/Options.h b/tools/clang/plugins/Options.h |
index a94c95e85531f94668d87b908497ad95355c914c..62be64a23e333fc728d0b7a6bdc113671d3f1c77 100644 |
--- a/tools/clang/plugins/Options.h |
+++ b/tools/clang/plugins/Options.h |
@@ -14,8 +14,7 @@ struct Options { |
enforce_in_thirdparty_webkit(false), |
check_enum_last_value(false), |
with_ast_visitor(false), |
- check_templates(false), |
- warn_only(false) {} |
+ check_templates(false) {} |
bool check_base_classes; |
bool enforce_overriding_blink; // Blink base-class use |
@@ -23,7 +22,6 @@ struct Options { |
bool check_enum_last_value; |
bool with_ast_visitor; |
bool check_templates; |
- bool warn_only; |
}; |
} // namespace chrome_checker |