aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/runtime.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2019-05-31 21:32:47 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-05-31 21:32:47 +0000
commit2099d4465862a0a004b1617ff1c9ab5ee6bb8a67 (patch)
treeba0db317857e6121a9a5482590f0476a23ff0323 /libgo/runtime/runtime.h
parent6303331c3330222fef94eff8d8d35c99ca1d3e88 (diff)
downloadgcc-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/runtime/runtime.h')
-rw-r--r--libgo/runtime/runtime.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgo/runtime/runtime.h b/libgo/runtime/runtime.h
index a421dea..0aa8ff9 100644
--- a/libgo/runtime/runtime.h
+++ b/libgo/runtime/runtime.h
@@ -78,9 +78,7 @@ typedef struct _panic Panic;
typedef struct __go_ptr_type PtrType;
typedef struct __go_func_type FuncType;
-typedef struct __go_interface_type InterfaceType;
typedef struct __go_map_type MapType;
-typedef struct __go_channel_type ChanType;
typedef struct tracebackg Traceback;