Skip to content

Commit 8e96bd5

Browse files
committed
Remove unused code
1 parent 6d7ffe0 commit 8e96bd5

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

Source/Public/Convert-CodeCoverage.ps1

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,6 @@ function Convert-CodeCoverage {
2222
# Output paths as short paths, relative to the SourceRoot
2323
[switch]$Relative
2424
)
25-
begin {
26-
$filemap = @{}
27-
# Conditionally define the Resolve function as either Convert-Path or Resolve-Path
28-
${function:Resolve} = if ($Relative) {
29-
{ process {
30-
$_ | Resolve-Path -Relative
31-
} }
32-
} else {
33-
{ process {
34-
$_ | Convert-Path
35-
} }
36-
}
37-
}
3825
process {
3926
Push-Location $SourceRoot
4027
try {

0 commit comments

Comments
 (0)