From 26fe2f57bc1e3e01f29aa07c6e880f76d929463c Mon Sep 17 00:00:00 2001 From: Philip Herron Date: Fri, 17 Sep 2021 14:38:54 +0100 Subject: remove some debug --- gcc/rust/typecheck/rust-hir-type-check-implitem.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc') 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 ( -- cgit v1.1