Remove duplicated comment.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 21 May 2013 18:06:33 +0000 (18:06 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 21 May 2013 18:06:33 +0000 (18:06 +0000)
Found by -Wdocumentation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182402 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DIBuilder.h

index 1fa7bc1da4e9bc16c7c394e90e834fda19b292e0..906e9d4db5baa032149bd0a6c1cba8d1a3caa483 100644 (file)
@@ -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