aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/rust-gcc.cc
diff options
context:
space:
mode:
authorOwen Avery <powerboat9.gamer@gmail.com>2023-09-04 14:23:10 -0400
committerArthur Cohen <arthur.cohen@embecosm.com>2024-01-16 19:04:34 +0100
commit346ccc0f0a8e2b916e33ac69f7f14bf5b7c1c8ad (patch)
tree19096cc30d10c81bb8a47816c694743bb4af9a10 /gcc/rust/rust-gcc.cc
parent867ee3a57a2792a4c2c2526ae3977a32fd578a0f (diff)
downloadgcc-346ccc0f0a8e2b916e33ac69f7f14bf5b7c1c8ad.zip
gcc-346ccc0f0a8e2b916e33ac69f7f14bf5b7c1c8ad.tar.gz
gcc-346ccc0f0a8e2b916e33ac69f7f14bf5b7c1c8ad.tar.bz2
gccrs: Remove Backend::write_export_data
gcc/rust/ChangeLog: * rust-backend.h (Backend::write_export_data): Remove. * rust-gcc.cc (Backend::write_export_data): Remove.
Diffstat (limited to 'gcc/rust/rust-gcc.cc')
-rw-r--r--gcc/rust/rust-gcc.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/rust/rust-gcc.cc b/gcc/rust/rust-gcc.cc
index aae536c..3de0887 100644
--- a/gcc/rust/rust-gcc.cc
+++ b/gcc/rust/rust-gcc.cc
@@ -2469,12 +2469,6 @@ Backend::write_global_definitions (
delete[] defs;
}
-void
-Backend::write_export_data (const char *bytes, unsigned int size)
-{
- rust_write_export_data (bytes, size);
-}
-
// Return the backend generator.
Backend *