diff options
Diffstat (limited to 'gdb/objc-lang.c')
-rw-r--r-- | gdb/objc-lang.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/objc-lang.c b/gdb/objc-lang.c index 0c95273..63cdac1 100644 --- a/gdb/objc-lang.c +++ b/gdb/objc-lang.c @@ -343,7 +343,6 @@ extern const struct language_data objc_language_data = 1, /* C-style arrays */ 0, /* String lower bound */ &default_varobj_ops, - c_is_string_type_p, "{...}" /* la_struct_too_deep_ellipsis */ }; |