gccrs: Remove unused files 'gcc/rust/typecheck/rust-hir-type-check-toplevel.{cc,h}' (was: [PATCH] gccrs: Remove unused files)

2024-12-02 Thread Thomas Schwinge
25e9ed8b4ed8bdc39c3438560 Mon Sep 17 00:00:00 2001 From: Owen Avery Date: Sun, 1 Dec 2024 21:17:39 -0500 Subject: [PATCH] gccrs: Remove unused files 'gcc/rust/typecheck/rust-hir-type-check-toplevel.{cc,h}' These files only still exist upstream; they should have been removed as part of co

[PATCH] gccrs: Remove unused files

2024-12-01 Thread Owen Avery
These files only exist upstream, and were presumably either never removed upstream or accidentally upstreamed despite being removed downstream. gcc/rust/ChangeLog: * typecheck/rust-hir-type-check-toplevel.cc: Removed. * typecheck/rust-hir-type-check-toplevel.h: Removed. Signed-of