aboutsummaryrefslogtreecommitdiff
path: root/refactor/rename/util.go
diff options
context:
space:
mode:
Diffstat (limited to 'refactor/rename/util.go')
-rw-r--r--refactor/rename/util.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/refactor/rename/util.go b/refactor/rename/util.go
index e8f8d7498..258ba786c 100644
--- a/refactor/rename/util.go
+++ b/refactor/rename/util.go
@@ -83,7 +83,6 @@ func isDigit(ch rune) bool {
// sameFile returns true if x and y have the same basename and denote
// the same file.
-//
func sameFile(x, y string) bool {
if runtime.GOOS == "windows" {
x = filepath.ToSlash(x)