diff options
Diffstat (limited to 'gdb/language.c')
-rw-r--r-- | gdb/language.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/language.c b/gdb/language.c index c993cfc..914c75b 100644 --- a/gdb/language.c +++ b/gdb/language.c @@ -798,7 +798,6 @@ extern const struct language_data unknown_language_data = 1, /* c-style arrays */ 0, /* String lower bound */ &default_varobj_ops, - "{...}" /* la_struct_too_deep_ellipsis */ }; /* Class representing the unknown language. */ @@ -924,7 +923,6 @@ extern const struct language_data auto_language_data = 1, /* c-style arrays */ 0, /* String lower bound */ &default_varobj_ops, - "{...}" /* la_struct_too_deep_ellipsis */ }; /* Class representing the fake "auto" language. */ |