aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Herron <philip.herron@embecosm.com>2022-08-11 12:55:44 +0100
committerPhilip Herron <philip.herron@embecosm.com>2022-08-11 12:55:44 +0100
commitd91796f90d437ed003cae88a7d9f8eb7a573f21b (patch)
treedef606227b498610e8ebe78b803cd7de4d175925
parent113b830ca0f80cf02d2db993fb3850b1f8c3293e (diff)
downloadgcc-d91796f90d437ed003cae88a7d9f8eb7a573f21b.zip
gcc-d91796f90d437ed003cae88a7d9f8eb7a573f21b.tar.gz
gcc-d91796f90d437ed003cae88a7d9f8eb7a573f21b.tar.bz2
Remove unused prototypes
-rw-r--r--gcc/rust/rust-gcc.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/rust/rust-gcc.cc b/gcc/rust/rust-gcc.cc
index f6c0534..66fd8bc 100644
--- a/gcc/rust/rust-gcc.cc
+++ b/gcc/rust/rust-gcc.cc
@@ -323,10 +323,6 @@ public:
bool function_set_parameters (tree function,
const std::vector<Bvariable *> &);
- tree lookup_gcc_builtin (const std::string &);
-
- tree lookup_builtin_by_rust_name (const std::string &);
-
void write_global_definitions (const std::vector<tree> &,
const std::vector<tree> &,
const std::vector<tree> &,