]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgo/runtime/runtime.h
runtime: drop unused C type reflection code
[thirdparty/gcc.git] / libgo / runtime / runtime.h
index a421dead67edaa950d3ef6b0469cefb15e65689e..0aa8ff9974f82a9d0d6c386c7dc207abba8b405d 100644 (file)
@@ -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;