diff options
| author | qmuntal <quimmuntal@gmail.com> | 2022-12-01 21:59:00 +0100 |
|---|---|---|
| committer | Quim Muntal <quimmuntal@gmail.com> | 2023-01-24 07:42:17 +0000 |
| commit | 030ca34f5786f0b924dcab26379ee2f82104220d (patch) | |
| tree | 641f66bf22dc4a05277fe744ef5aa12b8981c156 /src/runtime/testdata/testwinlib | |
| parent | 7135710e01ab86468f23ac412e7f03f49235d5bb (diff) | |
| download | go-030ca34f5786f0b924dcab26379ee2f82104220d.tar.xz | |
path/filepath: remove extra Clean call in EvalSymlinks on Windows
EvalSymlinks calls Clean twice, one in walkSymlinks and another in
toNorm. The later is not necessary, as toNorm is only called by
EvalSymlinks and just after walkSymlinks cleans the path without any
path manipulation in between.
Change-Id: Ibdb782c7eed59468f0ebb913e98d2a7db0df010d
Reviewed-on: https://go-review.googlesource.com/c/go/+/454615
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
Diffstat (limited to 'src/runtime/testdata/testwinlib')
0 files changed, 0 insertions, 0 deletions
