aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/rust-gcc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/rust-gcc.cc')
-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> &,