]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: forever stack: Remove development debug info
authorArthur Cohen <arthur.cohen@embecosm.com>
Tue, 21 Nov 2023 10:14:12 +0000 (11:14 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 30 Jan 2024 11:36:43 +0000 (12:36 +0100)
gcc/rust/ChangeLog:

* resolve/rust-forever-stack.hxx: Remove debug log.

gcc/rust/resolve/rust-forever-stack.hxx

index 65796172b08a54e904926faddb924b28679c209d..867144adf926feb8fc4a824a78554d15cfe2dc27 100644 (file)
@@ -523,8 +523,6 @@ ForeverStack<N>::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;
   });