diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-08-15 13:12:19 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-09-06 18:37:23 +0000 |
| commit | e3d0b7d6480d7e4dbbbea24635f56e28dfe735b3 (patch) | |
| tree | a5918675c444cc705e2610e122dae24cf8fa92bd /compiler/rustc_codegen_gcc | |
| parent | bea625f3275e3c897dc965ed97a1d19ef7831f01 (diff) | |
| download | rust-e3d0b7d6480d7e4dbbbea24635f56e28dfe735b3.tar.gz rust-e3d0b7d6480d7e4dbbbea24635f56e28dfe735b3.zip | |
Remove thin_link_data method from ThinBufferMethods
It is only used within cg_llvm.
Diffstat (limited to 'compiler/rustc_codegen_gcc')
| -rw-r--r-- | compiler/rustc_codegen_gcc/src/back/lto.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_codegen_gcc/src/back/lto.rs b/compiler/rustc_codegen_gcc/src/back/lto.rs index 9d8ce2383f2..d475d2c7da9 100644 --- a/compiler/rustc_codegen_gcc/src/back/lto.rs +++ b/compiler/rustc_codegen_gcc/src/back/lto.rs @@ -650,10 +650,6 @@ impl ThinBufferMethods for ThinBuffer { fn data(&self) -> &[u8] { &[] } - - fn thin_link_data(&self) -> &[u8] { - unimplemented!(); - } } pub struct ThinData; //(Arc<TempDir>); |
