commit | 95784e8eec75cfeb2363fb22b51085380e564af9 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Fri Feb 09 11:09:00 2018 -0800 |
committer | Ian Lance Taylor <iant@golang.org> | Mon Jun 03 23:02:05 2019 +0000 |
tree | dd147e6081ddc2daa4617b20dae992dd309e4244 | |
parent | 2e623bff8a5855bb6268c69bb04eb37cac8f2dc2 [diff] |
runtime: remove unnecessary functions calling between C and Go These functions were needed during the transition of the runtime from C to Go, but are no longer necessary. Change-Id: I6aed93b624e02be9bbcf212e07fc2638e94476ad Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/179879 Reviewed-by: Cherry Zhang <cherryyz@google.com>