]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: remove unused file
authorMarc Poulhiès <dkm@kataplop.net>
Tue, 13 May 2025 19:21:18 +0000 (21:21 +0200)
committerPhilip Herron <philip.herron@embecosm.com>
Wed, 14 May 2025 15:47:03 +0000 (15:47 +0000)
gcc/rust/ChangeLog:

* Make-lang.in (GRS_OBJS): Remove rust-macro.o.
* ast/rust-macro.cc: Removed.

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
gcc/rust/Make-lang.in
gcc/rust/ast/rust-macro.cc [deleted file]

index 38235f188e6497bd175bcefcd5c67cb9fe6aba9d..c68b4fd3447115c342f4046a3e3886c7af75da57 100644 (file)
@@ -123,7 +123,6 @@ GRS_OBJS = \
     rust/rust-keyword-values.o \
     rust/rust-abi.o \
     rust/rust-token-converter.o \
-    rust/rust-macro.o \
     rust/rust-ast-lower.o \
     rust/rust-ast-lower-base.o \
     rust/rust-ast-lower-pattern.o \
diff --git a/gcc/rust/ast/rust-macro.cc b/gcc/rust/ast/rust-macro.cc
deleted file mode 100644 (file)
index f36feda..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright (C) 2020-2024 Free Software Foundation, Inc.
-
-// This file is part of GCC.
-
-// GCC is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License as published by the Free
-// Software Foundation; either version 3, or (at your option) any later
-// version.
-
-// GCC is distributed in the hope that it will be useful, but WITHOUT ANY
-// WARRANTY; without even the implied warranty of MERCHANTABILITY or
-// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-// for more details.
-
-// You should have received a copy of the GNU General Public License
-// along with GCC; see the file COPYING3.  If not see
-// <http://www.gnu.org/licenses/>.
-
-#include "rust-macro.h"
-
-namespace Rust {
-namespace AST {
-
-} // namespace AST
-} // namespace Rust