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