diff options
Diffstat (limited to 'gdb/go-lang.c')
-rw-r--r-- | gdb/go-lang.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/go-lang.c b/gdb/go-lang.c index 7b8d4a5..9196cd3 100644 --- a/gdb/go-lang.c +++ b/gdb/go-lang.c @@ -547,7 +547,6 @@ extern const struct language_data go_language_data = c_watch_location_expression, NULL, /* la_get_symbol_name_matcher */ &default_varobj_ops, - NULL, go_is_string_type_p, "{...}" /* la_struct_too_deep_ellipsis */ }; |