]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove deltaNewFile
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 16 Oct 2020 15:39:51 +0000 (22:39 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 16 Oct 2020 16:51:46 +0000 (16:51 +0000)
commitc06a699fb69e17274905bc8d9942de4a4ab8b31b
treeda802a44842935d5f24f10a53c9e4c76374aa9cd
parent96fc07af1c551dd9746221149201e8ab57b90995
cmd/compile: remove deltaNewFile

CL 196963 removed last usages of deltaNewFile, this CL remove it. While
at it, move the comment to go/internal/gcimporter.

Change-Id: Ieea47db405cf43744689f50b79be8ca710e21c85
Reviewed-on: https://go-review.googlesource.com/c/go/+/263077
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/bexport.go
src/go/internal/gcimporter/support.go