public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-8539] gccrs: forever stack: Remove development debug info
@ 2024-01-30 11:58 Arthur Cohen
  0 siblings, 0 replies; only message in thread
From: Arthur Cohen @ 2024-01-30 11:58 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:478ac287e75da1a3dffda6595051850a1c929f3c

commit r14-8539-g478ac287e75da1a3dffda6595051850a1c929f3c
Author: Arthur Cohen <arthur.cohen@embecosm.com>
Date:   Tue Nov 21 11:14:12 2023 +0100

    gccrs: forever stack: Remove development debug info
    
    gcc/rust/ChangeLog:
    
            * resolve/rust-forever-stack.hxx: Remove debug log.

Diff:
---
 gcc/rust/resolve/rust-forever-stack.hxx | 2 --
 1 file changed, 2 deletions(-)

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<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;
   });

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-30 11:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-30 11:58 [gcc r14-8539] gccrs: forever stack: Remove development debug info Arthur Cohen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).