diff options
Diffstat (limited to 'include/clang/Frontend/PreprocessorOptions.h')
-rw-r--r-- | include/clang/Frontend/PreprocessorOptions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Frontend/PreprocessorOptions.h b/include/clang/Frontend/PreprocessorOptions.h index 30a34060b2..0ee8cb3874 100644 --- a/include/clang/Frontend/PreprocessorOptions.h +++ b/include/clang/Frontend/PreprocessorOptions.h @@ -206,7 +206,6 @@ public: /// \brief Reset any options that are not considered when building a /// module. void resetNonModularOptions() { - Macros.clear(); Includes.clear(); MacroIncludes.clear(); ChainedIncludes.clear(); |