diff options
-rw-r--r-- | include/clang/Serialization/ASTReader.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/clang/Serialization/ASTReader.h b/include/clang/Serialization/ASTReader.h index bd2060192e..5223bd8d15 100644 --- a/include/clang/Serialization/ASTReader.h +++ b/include/clang/Serialization/ASTReader.h @@ -482,10 +482,6 @@ public: /// the first module loaded. Module &getPrimaryModule() const { return *Chain[0]; } - /// \brief Returns the latest module associated with the manager, that is, - /// the last module loaded - Module &getLastModule() { return *Chain.back(); } - /// \brief Returns the module associated with the given index Module &operator[](unsigned Index) const { return *Chain[Index]; } |