Skip to content

Commit b909493

Browse files
bjorn3antoyo
authored andcommitted
Remove dynamic_alloca from BuilderMethods
1 parent d993319 commit b909493

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/builder.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -714,10 +714,6 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
714714
self.current_func().new_local(None, aligned_type, &format!("stack_var_{}", self.stack_var_count.get())).get_address(None)
715715
}
716716

717-
fn dynamic_alloca(&mut self, _ty: Type<'gcc>, _align: Align) -> RValue<'gcc> {
718-
unimplemented!();
719-
}
720-
721717
fn array_alloca(&mut self, _ty: Type<'gcc>, _len: RValue<'gcc>, _align: Align) -> RValue<'gcc> {
722718
unimplemented!();
723719
}

0 commit comments

Comments
 (0)