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