Skip to content

Commit 95e850b

Browse files
fix(backend, logger): remove unused function and imports
1 parent 14cd1fe commit 95e850b

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

backend/pkg/logger/base/logger_test.go

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ package loggerbase
22

33
import (
44
"os"
5-
"path/filepath"
6-
"strings"
5+
76
"testing"
87
)
98

@@ -30,11 +29,6 @@ func chdirTemp(t *testing.T) string {
3029
return tmp
3130
}
3231

33-
func splitPath(p string) []string {
34-
p = filepath.Clean(p)
35-
return strings.Split(p, string(os.PathSeparator))
36-
}
37-
3832
/*******
3933
* Start *
4034
*******/

0 commit comments

Comments
 (0)