]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/d-lang.c
gdb: Convert language la_watch_location_expression field to a method
[thirdparty/binutils-gdb.git] / gdb / d-lang.c
index 67c82e4215e3951b8516fc60b83f57d451111b23..001af06a82af1fdfc1bcd583460bbea9dda97c39 100644 (file)
@@ -157,7 +157,6 @@ extern const struct language_data d_language_data =
   d_op_print_tab,              /* Expression operators for printing.  */
   1,                           /* C-style arrays.  */
   0,                           /* String lower bound.  */
-  c_watch_location_expression,
   &default_varobj_ops,
   c_is_string_type_p,
   "{...}"                      /* la_struct_too_deep_ellipsis */