forked from OSchip/llvm-project
Remove useless param tag to fix Wdocumentation warning. NFCI.
This commit is contained in:
parent
f21b2d8e42
commit
8c8c941844
|
@ -23,9 +23,6 @@ namespace dependencies{
|
|||
class DependencyScanningTool {
|
||||
public:
|
||||
/// Construct a dependency scanning tool.
|
||||
///
|
||||
/// \param Compilations The reference to the compilation database that's
|
||||
/// used by the clang tool.
|
||||
DependencyScanningTool(DependencyScanningService &Service);
|
||||
|
||||
/// Print out the dependency information into a string using the dependency
|
||||
|
|
Loading…
Reference in New Issue