Remove la_get_string member
[deliverable/binutils-gdb.git] / gdb / go-lang.c
index 6473468d4d96ba9a403d51a0bd2b0d458ea627dc..c5ab306c3bd701a84e5bdf7405445942d2c5c69a 100644 (file)
@@ -40,6 +40,7 @@
 #include "go-lang.h"
 #include "c-lang.h"
 #include "parser-defs.h"
+#include "gdbarch.h"
 
 #include <ctype.h>
 
@@ -614,7 +615,6 @@ extern const struct language_defn go_language_defn =
   go_language_arch_info,
   default_print_array_index,
   default_pass_by_reference,
-  c_get_string,
   c_watch_location_expression,
   NULL,                                /* la_get_symbol_name_matcher */
   iterate_over_symbols,
This page took 0.024822 seconds and 4 git commands to generate.