]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove some dead code from the Rust value printer
authorTom Tromey <tom@tromey.com>
Fri, 25 Mar 2022 19:43:27 +0000 (13:43 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 15 Apr 2022 16:34:03 +0000 (10:34 -0600)
commit925ea601f1892c6eb344e2c916f0ef448b42b606
treeed8fc7e2ab6aa94674211d11d207ae29c248547b
parent7410508723bf20c29ea8d5888eee9c45e5fae0a2
Remove some dead code from the Rust value printer

This removes a bit of dead code from the Rust value printer.  This
code wasn't always dead -- it fixed a real bug, and a test case was
added for it.  However, once val_print was removed, it became
unnecessary.
gdb/rust-lang.c