diff options
Diffstat (limited to 'gdb/m2-lang.c')
-rw-r--r-- | gdb/m2-lang.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/m2-lang.c b/gdb/m2-lang.c index 6cb3f7d..87bf1eb 100644 --- a/gdb/m2-lang.c +++ b/gdb/m2-lang.c @@ -381,7 +381,6 @@ extern const struct language_data m2_language_data = c_watch_location_expression, NULL, /* la_get_symbol_name_matcher */ &default_varobj_ops, - NULL, m2_is_string_type_p, "{...}" /* la_struct_too_deep_ellipsis */ }; |