From 8acd611eea1fed4d192e9f86c6d53383f16a400e Mon Sep 17 00:00:00 2001 From: CohenArthur Date: Fri, 22 Sep 2023 16:11:21 +0200 Subject: [PATCH] backend: f me up --- gcc/rust/backend/rust-compile-item.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gcc/rust/backend/rust-compile-item.cc b/gcc/rust/backend/rust-compile-item.cc index b6f42d27188a..deea825c3343 100644 --- a/gcc/rust/backend/rust-compile-item.cc +++ b/gcc/rust/backend/rust-compile-item.cc @@ -150,10 +150,6 @@ CompileItem::visit (HIR::Function &function) } } - rust_warning_at (function.get_locus (), 0, - "Arthur didn't clean up his stupid code: %s:%d", __FILE__, - __LINE__); - Resolver::CanonicalPath canonical_path = Resolver::CanonicalPath::create_empty ();