OSDN Git Service

compiler/runtime: Copy channel implementation from master library.
[pf3gnuchains/gcc-fork.git] / gcc / go / gofrontend / gogo.h
index 9d3b37a..6efce18 100644 (file)
@@ -527,14 +527,9 @@ class Gogo
 
   // Receive a value from a channel.
   static tree
-  receive_from_channel(tree type_tree, tree channel, bool for_select,
+  receive_from_channel(tree type_tree, tree type_descriptor_tree, tree channel,
                       Location);
 
-  // Return a tree for receiving an integer on a channel.
-  static tree
-  receive_as_64bit_integer(tree type, tree channel, bool blocking,
-                          bool for_select);
-
   // Make a trampoline which calls FNADDR passing CLOSURE.
   tree
   make_trampoline(tree fnaddr, tree closure, Location);