Delete unnecessary parameter description (#3500)
authorJongHeonChoi <j-h.choi@samsung.com>
Wed, 9 Nov 2022 14:33:37 +0000 (23:33 +0900)
committerGitHub <noreply@github.com>
Wed, 9 Nov 2022 14:33:37 +0000 (06:33 -0800)
src/Tools/dotnet-stack/ReportCommand.cs

index 9f782ae6bdf1ac8dacf6c0d68d3e99c512d78f4b..00e6ff178384523cba1b5c95d32963ca03a69abc 100644 (file)
@@ -33,7 +33,6 @@ namespace Microsoft.Diagnostics.Tools.Stack
         /// <param name="console"></param>
         /// <param name="processId">The process to report the stack from.</param>
         /// <param name="name">The name of process to report the stack from.</param>
-        /// <param name="output">The output path for the collected trace data.</param>
         /// <param name="duration">The duration of to trace the target for. </param>
         /// <returns></returns>
         private static async Task<int> Report(CancellationToken ct, IConsole console, int processId, string name, TimeSpan duration)