diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-05-31 21:32:47 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-05-31 21:32:47 +0000 |
commit | 2099d4465862a0a004b1617ff1c9ab5ee6bb8a67 (patch) | |
tree | ba0db317857e6121a9a5482590f0476a23ff0323 /libgo/testsuite | |
parent | 6303331c3330222fef94eff8d8d35c99ca1d3e88 (diff) | |
download | gcc-2099d4465862a0a004b1617ff1c9ab5ee6bb8a67.zip gcc-2099d4465862a0a004b1617ff1c9ab5ee6bb8a67.tar.gz gcc-2099d4465862a0a004b1617ff1c9ab5ee6bb8a67.tar.bz2 |
runtime: drop unused C type reflection code
In particular, drop __go_type_descriptors_equal, which is no longer
used, and will be made obsolete by CL 179598.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/179858
From-SVN: r271823
Diffstat (limited to 'libgo/testsuite')
-rw-r--r-- | libgo/testsuite/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/testsuite/Makefile.in b/libgo/testsuite/Makefile.in index 4b4d07d..41d81b5 100644 --- a/libgo/testsuite/Makefile.in +++ b/libgo/testsuite/Makefile.in @@ -276,7 +276,6 @@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ |