Remove unused arg_memory_ty method

This commit is contained in:
bjorn3
2024-11-07 17:50:01 +00:00
parent f0707fad31
commit 865c7b9c78
4 changed files with 3 additions and 26 deletions

View File

@@ -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>