]> Cypherpunks repositories - gostls13.git/commit
path/filepath: remove code working around Join bug
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 9 Dec 2015 01:53:57 +0000 (12:53 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 9 Dec 2015 06:10:46 +0000 (06:10 +0000)
commit2fb931d08f8b65ca36ba8deefff080f839e0ed74
tree86a88bf416d8d441e3f2876e69c3f7daae254124
parentd86088037762bac6ca95c5e590529a29b5996469
path/filepath: remove code working around Join bug

EvalSymlinks code assumes that Join has a bug
(see issue #11551 for details). But issue #11551 has
been fixed. Remove the workaround so it does not
confuses us when we read code next time.

Change-Id: I06bea20189f01f9922237c05516847353d8e4736
Reviewed-on: https://go-review.googlesource.com/17620
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/path/filepath/symlink.go