aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorArthur Cohen <arthur.cohen@embecosm.com>2023-11-21 11:14:12 +0100
committerCohenArthur <arthur.cohen@embecosm.com>2023-11-21 10:10:42 +0000
commit1a758c3a9bb3e57a8d168e66f37c63ac024df4d5 (patch)
tree5da942eaa2c6beec876db063b5ef7200abe0c883 /gcc
parentb2a23e51a6dc829453c868268e28494cba359785 (diff)
downloadgcc-1a758c3a9bb3e57a8d168e66f37c63ac024df4d5.zip
gcc-1a758c3a9bb3e57a8d168e66f37c63ac024df4d5.tar.gz
gcc-1a758c3a9bb3e57a8d168e66f37c63ac024df4d5.tar.bz2
forever stack: Remove development debug info
gcc/rust/ChangeLog: * resolve/rust-forever-stack.hxx: Remove debug log.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/rust/resolve/rust-forever-stack.hxx2
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;
});