]> git.feebdaed.xyz Git - 0xmirror/binutils-gdb.git/commit
Remove rust_parser::get_string
authorTom Tromey <tom@tromey.com>
Sun, 21 Dec 2025 19:10:36 +0000 (12:10 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 22 Dec 2025 20:24:39 +0000 (13:24 -0700)
commit8f32e908073ae4c4e07103c08ab2ed4519259544
treeaaca8f338909a9363046e785cee54a900dbe0883
parentf4c562f7f44ef8a073360a53ff64a9237051f7d2
Remove rust_parser::get_string

Now that struct stoken has been replaced with string_view,
rust_parser::get_string doesn't provide much value.  In some places it
can even be replaced with a direct use of the string_view.

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