diff options
Diffstat (limited to 'gdb/rust-lang.c')
-rw-r--r-- | gdb/rust-lang.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/rust-lang.c b/gdb/rust-lang.c index fec68e3..e48be11 100644 --- a/gdb/rust-lang.c +++ b/gdb/rust-lang.c @@ -2041,7 +2041,6 @@ extern const struct language_data rust_language_data = rust_emitchar, /* Print a single char */ rust_print_typedef, /* Print a typedef using appropriate syntax */ rust_value_print_inner, /* la_value_print_inner */ - c_value_print, /* Print a top-level value */ NULL, /* name_of_this */ false, /* la_store_sym_names_in_linkage_form_p */ rust_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */ |