]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_llvm/src/abi.rs
Rollup merge of #103359 - WaffleLapkin:drain_no_mut_qqq, r=scottmcm
[rust.git] / compiler / rustc_codegen_llvm / src / abi.rs
index 26f5225f6b445b820518fc74c26cada13e98308f..d478efc863a9e21fb7cb3863ed1bce2200e015b7 100644 (file)
@@ -592,10 +592,6 @@ fn apply_attrs_callsite(&self, bx: &mut Builder<'_, 'll, 'tcx>, callsite: &'ll V
 }
 
 impl<'tcx> AbiBuilderMethods<'tcx> for Builder<'_, '_, 'tcx> {
-    fn apply_attrs_callsite(&mut self, fn_abi: &FnAbi<'tcx, Ty<'tcx>>, callsite: Self::Value) {
-        fn_abi.apply_attrs_callsite(self, callsite)
-    }
-
     fn get_param(&mut self, index: usize) -> Self::Value {
         llvm::get_param(self.llfn(), index as c_uint)
     }