diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-11-07 17:50:01 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-05-28 20:55:00 +0000 |
| commit | 865c7b9c7829b202f16657fc35895d1357ad6f2f (patch) | |
| tree | 2437c027f6c9621d64a89a7cd4525ddb83d73467 /compiler/rustc_codegen_ssa/src | |
| parent | f0707fad319777ed5da4b6eb1eb908cb44ab8c18 (diff) | |
| download | rust-865c7b9c7829b202f16657fc35895d1357ad6f2f.tar.gz rust-865c7b9c7829b202f16657fc35895d1357ad6f2f.zip | |
Remove unused arg_memory_ty method
Diffstat (limited to 'compiler/rustc_codegen_ssa/src')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/traits/type_.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/traits/type_.rs b/compiler/rustc_codegen_ssa/src/traits/type_.rs index 32d9f27d32d..c3fc21a9285 100644 --- a/compiler/rustc_codegen_ssa/src/traits/type_.rs +++ b/compiler/rustc_codegen_ssa/src/traits/type_.rs @@ -158,7 +158,6 @@ pub trait ArgAbiBuilderMethods<'tcx>: BackendTypes { val: Self::Value, dst: PlaceRef<'tcx, Self::Value>, ); - fn arg_memory_ty(&self, arg_abi: &ArgAbi<'tcx, Ty<'tcx>>) -> Self::Type; } pub trait TypeCodegenMethods<'tcx> = DerivedTypeCodegenMethods<'tcx> |
