forked from OSchip/llvm-project
Remove duplicated comment.
Found by -Wdocumentation. llvm-svn: 182402
This commit is contained in:
parent
e5cf1ba5b9
commit
298526a97f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue