]> Cypherpunks repositories - gostls13.git/commit
Revert "os: handle long path in RemoveAll for windows"
authorIan Lance Taylor <iant@golang.org>
Mon, 13 Jan 2020 23:34:53 +0000 (23:34 +0000)
committerIan Lance Taylor <iant@golang.org>
Mon, 13 Jan 2020 23:35:18 +0000 (23:35 +0000)
commit563287ae0636a592880dc616b50fde217fa1100f
tree1ceded22322c65d125bb7c73f1c6de6333324785
parent4ead7e8cc4fd5c09db7aba5c4f5fd5d957c82a24
Revert "os: handle long path in RemoveAll for windows"

This reverts CL 214437.

Does not fix the issue, and the test was wrong so it did not detect that it did not fix the issue.

Updates #36375

Change-Id: I6a4112035a1e90f4fdafed6fdf4ec9dfc718b571
Reviewed-on: https://go-review.googlesource.com/c/go/+/214601
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/removeall_noat.go
src/os/removeall_test.go