diff options
author | Raiki Tamura <tamaron1203@gmail.com> | 2022-11-16 17:15:24 +0900 |
---|---|---|
committer | Raiki Tamura <tamaron1203@gmail.com> | 2022-11-19 07:58:38 +0900 |
commit | b43c5d4fd82c220419f9234588fed8131d416fff (patch) | |
tree | c7de82082b75f16b15ec6a800f9025250ea512f9 /gcc/rust/parse/rust-parse.h | |
parent | 716ae8d024dcddd5000f65fa5c7c0dbd9f03c869 (diff) | |
download | gcc-b43c5d4fd82c220419f9234588fed8131d416fff.zip gcc-b43c5d4fd82c220419f9234588fed8131d416fff.tar.gz gcc-b43c5d4fd82c220419f9234588fed8131d416fff.tar.bz2 |
Improve lexer dump
Diffstat (limited to 'gcc/rust/parse/rust-parse.h')
-rw-r--r-- | gcc/rust/parse/rust-parse.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rust/parse/rust-parse.h b/gcc/rust/parse/rust-parse.h index e4c5a2c..8449181 100644 --- a/gcc/rust/parse/rust-parse.h +++ b/gcc/rust/parse/rust-parse.h @@ -671,8 +671,6 @@ public: // Main entry point for parser. std::unique_ptr<AST::Crate> parse_crate (); - // Dumps all lexer output. - void debug_dump_lex_output (std::ostream &out); void debug_dump_ast_output (AST::Crate &crate, std::ostream &out); // Returns whether any parsing errors have occurred. |