summaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/runtime.h
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-01 08:06:16 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-01 08:06:16 +0000
commitf24f10bb5247461a0d738a9f84d55ed8a97cb638 (patch)
tree4be7e6271bd15650eafafeac4e96b4899f1d47d4 /gcc/go/gofrontend/runtime.h
parent61e987fcbd1541018ccf18f7b64294cd35dc5f34 (diff)
downloadgcc-f24f10bb5247461a0d738a9f84d55ed8a97cb638.tar.gz
compiler/runtime: Copy channel implementation from master library.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181874 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/go/gofrontend/runtime.h')
-rw-r--r--gcc/go/gofrontend/runtime.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/go/gofrontend/runtime.h b/gcc/go/gofrontend/runtime.h
index 3cd40348cbe..be5dcbe25d0 100644
--- a/gcc/go/gofrontend/runtime.h
+++ b/gcc/go/gofrontend/runtime.h
@@ -43,11 +43,6 @@ class Runtime
static Type*
map_iteration_type();
- // Return the type used to pass a list of general channels to the
- // select runtime function.
- static Type*
- chanptr_type();
-
private:
static Named_object*
runtime_declaration(Function);