diff options
-rw-r--r-- | clang/include/clang/Serialization/ASTReader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/include/clang/Serialization/ASTReader.h b/clang/include/clang/Serialization/ASTReader.h index 706c1d8e33f..040243cd2c1 100644 --- a/clang/include/clang/Serialization/ASTReader.h +++ b/clang/include/clang/Serialization/ASTReader.h @@ -1895,7 +1895,6 @@ public: /// \param II The name of the macro. /// \param M The module file. /// \param GMacID The global macro ID that is associated with this identifier. - /// \param ImportLoc The location where the module is imported. void addPendingMacroFromModule(IdentifierInfo *II, ModuleFile *M, serialization::GlobalMacroID GMacID, |