From 15e3b0caac3b807b1f87420147e16aab31454a85 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Tue, 21 May 2013 18:06:33 +0000 Subject: [PATCH] Remove duplicated comment. Found by -Wdocumentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182402 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DIBuilder.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1