diff options
Diffstat (limited to 'gdb/p-lang.c')
-rw-r--r-- | gdb/p-lang.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/p-lang.c b/gdb/p-lang.c index 1849084..cbde8e1 100644 --- a/gdb/p-lang.c +++ b/gdb/p-lang.c @@ -272,7 +272,6 @@ extern const struct language_data pascal_language_data = 1, /* c-style arrays */ 0, /* String lower bound */ &default_varobj_ops, - "{...}" /* la_struct_too_deep_ellipsis */ }; /* Class representing the Pascal language. */ |