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 2f77d7a..869c89e 100644 --- a/gdb/p-lang.c +++ b/gdb/p-lang.c @@ -412,7 +412,6 @@ extern const struct language_data pascal_language_data = c_watch_location_expression, NULL, /* la_compare_symbol_for_completion */ &default_varobj_ops, - NULL, pascal_is_string_type_p, "{...}" /* la_struct_too_deep_ellipsis */ }; |