Skip to content

Commit 84f6949

Browse files
committed
Removing time view
1 parent 3a42a4b commit 84f6949

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/System.Management.Automation/FormatAndOutput/DefaultFormatters/PowerShellCore_format_ps1xml.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -340,18 +340,6 @@ private static IEnumerable<FormatViewDefinition> ViewsOf_Microsoft_PowerShell_Co
340340
.EndRowDefinition()
341341
.EndTable());
342342

343-
yield return new FormatViewDefinition("time",
344-
TableControl.Create()
345-
.AddHeader(Alignment.Right, width: 4)
346-
.AddHeader(Alignment.Right, width: 13)
347-
.AddHeader()
348-
.StartRowDefinition()
349-
.AddPropertyColumn("Id")
350-
.AddPropertyColumn("Duration")
351-
.AddPropertyColumn("CommandLine")
352-
.EndRowDefinition()
353-
.EndTable());
354-
355343
yield return new FormatViewDefinition("history",
356344
WideControl.Create()
357345
.AddPropertyEntry("CommandLine")

0 commit comments

Comments
 (0)