diff options
Diffstat (limited to 'gcc/go/gofrontend/runtime.h')
-rw-r--r-- | gcc/go/gofrontend/runtime.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/go/gofrontend/runtime.h b/gcc/go/gofrontend/runtime.h index 636e1965006..e92510b33db 100644 --- a/gcc/go/gofrontend/runtime.h +++ b/gcc/go/gofrontend/runtime.h @@ -39,10 +39,6 @@ class Runtime static void convert_types(Gogo*); - // Return the type used for iterations over maps. - static Type* - map_iteration_type(); - // Return the runtime code for a named builtin function. static Function name_to_code(const std::string&); |