diff options
author | Philip Herron <philip.herron@embecosm.com> | 2021-09-17 14:38:54 +0100 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2021-09-17 15:46:43 +0100 |
commit | 26fe2f57bc1e3e01f29aa07c6e880f76d929463c (patch) | |
tree | 7e1660d4335839fac6d95c668677658a50327d22 /gcc | |
parent | 135807db03756de55e6368b07a9884134160867e (diff) | |
download | gcc-26fe2f57bc1e3e01f29aa07c6e880f76d929463c.zip gcc-26fe2f57bc1e3e01f29aa07c6e880f76d929463c.tar.gz gcc-26fe2f57bc1e3e01f29aa07c6e880f76d929463c.tar.bz2 |
remove some debug
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/rust/typecheck/rust-hir-type-check-implitem.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/rust/typecheck/rust-hir-type-check-implitem.h b/gcc/rust/typecheck/rust-hir-type-check-implitem.h index 94674ad..daf515a 100644 --- a/gcc/rust/typecheck/rust-hir-type-check-implitem.h +++ b/gcc/rust/typecheck/rust-hir-type-check-implitem.h @@ -424,9 +424,6 @@ public: trait_reference.get_name ().c_str ()); } - rust_debug_loc (type.get_locus (), "type-alias within impl block"); - lookup->debug (); - // its actually a projection, since we need a way to actually bind the // generic substitutions to the type itself TyTy::ProjectionType *projection = new TyTy::ProjectionType ( |