diff options
Diffstat (limited to 'gdb/c-lang.c')
-rw-r--r-- | gdb/c-lang.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/c-lang.c b/gdb/c-lang.c index aca0d7a..f29f2ce 100644 --- a/gdb/c-lang.c +++ b/gdb/c-lang.c @@ -895,7 +895,6 @@ extern const struct language_data c_language_data = 1, /* c-style arrays */ 0, /* String lower bound */ &c_varobj_ops, - c_is_string_type_p, "{...}" /* la_struct_too_deep_ellipsis */ }; @@ -997,7 +996,6 @@ extern const struct language_data cplus_language_data = 1, /* c-style arrays */ 0, /* String lower bound */ &cplus_varobj_ops, - c_is_string_type_p, "{...}" /* la_struct_too_deep_ellipsis */ }; @@ -1196,7 +1194,6 @@ extern const struct language_data asm_language_data = 1, /* c-style arrays */ 0, /* String lower bound */ &default_varobj_ops, - c_is_string_type_p, "{...}" /* la_struct_too_deep_ellipsis */ }; @@ -1253,7 +1250,6 @@ extern const struct language_data minimal_language_data = 1, /* c-style arrays */ 0, /* String lower bound */ &default_varobj_ops, - c_is_string_type_p, "{...}" /* la_struct_too_deep_ellipsis */ }; |