exp: remove exp/proxy and exp/terminal packages
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 10 Jan 2018 15:37:45 +0000 (15:37 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 10 Jan 2018 15:37:45 +0000 (15:37 +0000)
commit447fb74d97f0fecbfe363cda7760df231e9b4c27
tree058a1ed166ed70f8d9e3f2c9a7130f1474935770
parent227e57986a52f7aba4fbc819eec4b64ae2a9776f
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
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]