diff options
Diffstat (limited to 'gcc/go/gofrontend/runtime.h')
-rw-r--r-- | gcc/go/gofrontend/runtime.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/go/gofrontend/runtime.h b/gcc/go/gofrontend/runtime.h index 3cd4034..be5dcbe 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); |