diff options
author | Arthur Cohen <arthur.cohen@embecosm.com> | 2023-11-21 11:14:12 +0100 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2024-01-30 12:36:43 +0100 |
commit | 478ac287e75da1a3dffda6595051850a1c929f3c (patch) | |
tree | 34e1976ec19200fad775e9f791d60eb1ed07f2af | |
parent | cbd0a9ce03ce3068ccdb1a515962817e242dae46 (diff) | |
download | gcc-478ac287e75da1a3dffda6595051850a1c929f3c.zip gcc-478ac287e75da1a3dffda6595051850a1c929f3c.tar.gz gcc-478ac287e75da1a3dffda6595051850a1c929f3c.tar.bz2 |
gccrs: forever stack: Remove development debug info
gcc/rust/ChangeLog:
* resolve/rust-forever-stack.hxx: Remove debug log.
-rw-r--r-- | gcc/rust/resolve/rust-forever-stack.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rust/resolve/rust-forever-stack.hxx b/gcc/rust/resolve/rust-forever-stack.hxx index 6579617..867144a 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; }); |