]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Remove Linemap::start_line
authorOwen Avery <powerboat9.gamer@gmail.com>
Mon, 10 Jul 2023 00:46:03 +0000 (20:46 -0400)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:49:36 +0000 (18:49 +0100)
commitfc91e2b3c68621a7315621f46445322835b2316a
tree90fa250bddeaf480e94db644efef127ad145def2
parenteb241224a9f63afc92dcd744d74de8a8ec007f95
gccrs: Remove Linemap::start_line

gcc/rust/ChangeLog:

* lex/rust-lex.cc
(Lexer::start_line): Use linemap_line_start.
* rust-linemap.cc
(Linemap::start_line): Remove.
* rust-linemap.h
(Linemap::start_line): Remove.

Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
gcc/rust/lex/rust-lex.cc
gcc/rust/rust-linemap.cc
gcc/rust/rust-linemap.h