Skip to content

Commit 78498c9

Browse files
committed
unused code cleanup
1 parent 07bb01a commit 78498c9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pkg/testcoverage/path/path.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ import (
88

99
const separatorToReplace = string(filepath.Separator)
1010

11-
// func NormalizeForOS(path string) string {
12-
// if runtime.GOOS != "windows" {
13-
// return path
14-
// }
15-
16-
// return strings.ReplaceAll(path, "/", separatorToReplace)
17-
// }
18-
1911
func NormalizeForTool(path string) string {
2012
if runtime.GOOS != "windows" {
2113
return path

0 commit comments

Comments
 (0)