diff options
Diffstat (limited to 'gdb/rust-lang.c')
-rw-r--r-- | gdb/rust-lang.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/rust-lang.c b/gdb/rust-lang.c index ada721f..296bfe1 100644 --- a/gdb/rust-lang.c +++ b/gdb/rust-lang.c @@ -2067,7 +2067,6 @@ extern const struct language_data rust_language_data = rust_watch_location_expression, NULL, /* la_get_symbol_name_matcher */ &default_varobj_ops, - NULL, rust_is_string_type_p, "{...}" /* la_struct_too_deep_ellipsis */ }; |