diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-10-05 14:21:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-10-05 14:21:01 +0000 |
commit | cbba2e1e47b550cebfb63fec85519cb14f2517d4 (patch) | |
tree | 5a7d887ac6cdca595cddb774af839339780c6052 /gcc/go | |
parent | a2a86641b76dfd5606606d5a49fa64c20f0d9245 (diff) | |
download | gcc-cbba2e1e47b550cebfb63fec85519cb14f2517d4.zip gcc-cbba2e1e47b550cebfb63fec85519cb14f2517d4.tar.gz gcc-cbba2e1e47b550cebfb63fec85519cb14f2517d4.tar.bz2 |
runtime: remove checkgoarm function
Nothing in libgo calls checkgoarm, and it relies on a variable, goarm,
that is not set.
Reviewed-on: https://go-review.googlesource.com/c/140057
From-SVN: r264872
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 c697cb6..b28c8d3 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -bde5ac90e0b4efdf3e9a4d72af4eb23250608611 +9f4cf23e716bcf65e071260afa032a64acd3fdde The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |