| Index: tools/clang/plugins/Options.h
|
| diff --git a/tools/clang/plugins/Options.h b/tools/clang/plugins/Options.h
|
| index cf04601ed1d3ee40e25208c36a4d5a7e908e861e..a012979f0d3d657c3073e0f2724e6b919b30de4f 100644
|
| --- a/tools/clang/plugins/Options.h
|
| +++ b/tools/clang/plugins/Options.h
|
| @@ -15,9 +15,6 @@ struct Options {
|
| // paths. See https://crbug.com/583454 for details.
|
| bool no_realpath = false;
|
| bool check_ipc = false;
|
| - // Enforce that auto doesn't deduce to a raw pointer. See
|
| - // https://crbug.com/554600 for details.
|
| - bool check_auto_raw_pointer = false;
|
| };
|
|
|
| } // namespace chrome_checker
|
|
|