diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-06-03 23:02:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-06-03 23:02:43 +0000 |
commit | a920eb0cb08da30f4d7d4345f42067fdf8ce7b9b (patch) | |
tree | 2c48ef25fbdf64d208fc06549ae1c878dda60f07 /gcc/go | |
parent | fbd4b7f39ee26f1258aff5b86ad0fba06f3edd5e (diff) | |
download | gcc-a920eb0cb08da30f4d7d4345f42067fdf8ce7b9b.zip gcc-a920eb0cb08da30f4d7d4345f42067fdf8ce7b9b.tar.gz gcc-a920eb0cb08da30f4d7d4345f42067fdf8ce7b9b.tar.bz2 |
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.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/179879
From-SVN: r271890
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 5a97fab..b1b36b2a 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -2e623bff8a5855bb6268c69bb04eb37cac8f2dc2 +95784e8eec75cfeb2363fb22b51085380e564af9 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |