aboutsummaryrefslogtreecommitdiff
path: root/gdb/opencl-lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/opencl-lang.c')
-rw-r--r--gdb/opencl-lang.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/opencl-lang.c b/gdb/opencl-lang.c
index 8f19f25..38dc73d 100644
--- a/gdb/opencl-lang.c
+++ b/gdb/opencl-lang.c
@@ -1008,7 +1008,6 @@ extern const struct language_data opencl_language_data =
{
&exp_descriptor_opencl,
c_op_print_tab, /* expression operators for printing */
- &default_varobj_ops,
};
/* Class representing the OpenCL language. */