diff --git a/include/llvm/DIBuilder.h b/include/llvm/DIBuilder.h index 1fa7bc1da4e..906e9d4db5b 100644 --- a/include/llvm/DIBuilder.h +++ b/include/llvm/DIBuilder.h @@ -587,7 +587,6 @@ namespace llvm { DIImportedEntity createImportedModule(DIScope Context, DIImportedEntity NS, unsigned Line, StringRef Name); - /// \brief Create a descriptor for an imported function. /// \brief Create a descriptor for an imported function. /// @param Context The scope this module is imported into /// @param Decl The declaration (or definition) of a function, type, or