]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove some Rust expression helpers
authorTom Tromey <tromey@adacore.com>
Fri, 30 May 2025 20:07:57 +0000 (14:07 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 30 May 2025 20:21:06 +0000 (14:21 -0600)
commit9fe87c3cc8b3dcfcc9d332e49bd4f62e9bd92d3f
treec98d65c0d7d9d9d12d77690c6f510c721ea92abb
parentd85862106f524244fd24816f476403ae8ca28ae2
Remove some Rust expression helpers

When I did the big expression conversion, I left some helper functions
lying around, primarily because the conversion was already quite large
and I didn't want to add on.

This patch removes a couple such helpers, turning them into methods on
the appropriate operation objects.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/rust-exp.h
gdb/rust-lang.c