]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/load: remove unused hasSubdir function
authorBryan C. Mills <bcmills@google.com>
Mon, 10 Jun 2019 19:35:21 +0000 (15:35 -0400)
committerBryan C. Mills <bcmills@google.com>
Mon, 10 Jun 2019 20:32:02 +0000 (20:32 +0000)
commit39f7561e1b38e46d24b62e7dcc772ba87f8a802b
treefb8da91c448d6f02f85647b498ab79e5d7f41f84
parent2d75c332cca28678ff61d9f7cd58a82acb75e197
cmd/go/internal/load: remove unused hasSubdir function

No references to this function remain; remove it to avoid confusion
and reduce build overhead.

The last reference was removed in CL 167748.

Change-Id: I9d023c5d8904800edd3898fed79aa9f824dfb46a
Reviewed-on: https://go-review.googlesource.com/c/go/+/181548
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
src/cmd/go/internal/load/path.go