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