Skip to content

Commit

Permalink
Remove parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Nov 16, 2021
1 parent 7f56cb3 commit a0c3984
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3310,7 +3310,6 @@ internal override bool GenerateResources(
}

internal override bool GenerateDocumentationComments(
CommonPEModuleBuilder moduleBuilder,
Stream? xmlDocStream,
string? outputNameOverride,
DiagnosticBag diagnostics,
Expand Down
1 change: 0 additions & 1 deletion src/Compilers/Core/Portable/Compilation/Compilation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2252,7 +2252,6 @@ internal abstract bool GenerateResources(
/// </summary>
/// <returns>True if successful.</returns>
internal abstract bool GenerateDocumentationComments(
CommonPEModuleBuilder moduleBuilder,
Stream? xmlDocStream,
string? outputNameOverride,
DiagnosticBag diagnostics,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2528,7 +2528,6 @@ Namespace Microsoft.CodeAnalysis.VisualBasic
End Function

Friend Overrides Function GenerateDocumentationComments(
moduleBuilder As CommonPEModuleBuilder,
xmlDocStream As Stream,
outputNameOverride As String,
diagnostics As DiagnosticBag,
Expand Down

0 comments on commit a0c3984

Please sign in to comment.