From: Arthur Cohen Date: Tue, 21 Nov 2023 10:14:12 +0000 (+0100) Subject: gccrs: forever stack: Remove development debug info X-Git-Tag: basepoints/gcc-15~1600 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=478ac287e75da1a3dffda6595051850a1c929f3c;p=thirdparty%2Fgcc.git gccrs: forever stack: Remove development debug info gcc/rust/ChangeLog: * resolve/rust-forever-stack.hxx: Remove debug log. --- diff --git a/gcc/rust/resolve/rust-forever-stack.hxx b/gcc/rust/resolve/rust-forever-stack.hxx index 65796172b08a..867144adf926 100644 --- a/gcc/rust/resolve/rust-forever-stack.hxx +++ b/gcc/rust/resolve/rust-forever-stack.hxx @@ -523,8 +523,6 @@ ForeverStack::to_canonical_path (NodeId id) // Finally, append the name path = path.append (Resolver::CanonicalPath::new_seg (id, name)); - rust_debug ("[ARTHUR] found path: %s. Size: %lu", path.get ().c_str (), - segments.size ()); return path; });