exp: remove exp/proxy and exp/terminal packages
commit6e4b79eda89034aec733ec640ebd7400586f3829
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jan 2018 15:37:45 +0000 (10 15:37 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jan 2018 15:37:45 +0000 (10 15:37 +0000)
tree058a1ed166ed70f8d9e3f2c9a7130f1474935770
parentd2d31ff9005e134b3ab245240a83d6b6bbdc9357
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@256435 138bc75d-0d04-0410-961f-82ee72b054a4
13 files changed:
gcc/go/gofrontend/MERGE
libgo/Makefile.am
libgo/Makefile.in
libgo/go/exp/README [deleted file]
libgo/go/exp/proxy/direct.go [deleted file]
libgo/go/exp/proxy/per_host.go [deleted file]
libgo/go/exp/proxy/per_host_test.go [deleted file]
libgo/go/exp/proxy/proxy.go [deleted file]
libgo/go/exp/proxy/proxy_test.go [deleted file]
libgo/go/exp/proxy/socks5.go [deleted file]
libgo/go/exp/terminal/terminal.go [deleted file]
libgo/go/exp/terminal/terminal_test.go [deleted file]
libgo/go/exp/terminal/util.go [deleted file]