diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-01-10 15:37:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-01-10 15:37:45 +0000 |
commit | 447fb74d97f0fecbfe363cda7760df231e9b4c27 (patch) | |
tree | 058a1ed166ed70f8d9e3f2c9a7130f1474935770 /gcc/go | |
parent | 227e57986a52f7aba4fbc819eec4b64ae2a9776f (diff) | |
download | gcc-447fb74d97f0fecbfe363cda7760df231e9b4c27.zip gcc-447fb74d97f0fecbfe363cda7760df231e9b4c27.tar.gz gcc-447fb74d97f0fecbfe363cda7760df231e9b4c27.tar.bz2 |
exp: remove exp/proxy and exp/terminal packages
The exp/proxy package was removed from the master library in
https://golang.org/cl/6461056 (August, 2012).
The exp/terminal package was removed from the master library in
https://golang.org/cl/5970044 (March, 2012).
I'm not sure why they lingered in the gofrontend copy, but let's
finally remove them now.
Reviewed-on: https://go-review.googlesource.com/87138
From-SVN: r256435
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 cb13cf0..13df755 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -87df767807acac466edb3bb6445ad83a48141d17 +4b8036b3f995cdb0b99a9fa26c2af1e2420b4fa2 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |