Skip to content

Commit af0b18b

Browse files
committed
Remove dynamic_alloca from BuilderMethods
1 parent 3f43ee2 commit af0b18b

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
@@ -655,10 +655,6 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
655655
self.current_func().new_local(None, aligned_type, &format!("stack_var_{}", self.stack_var_count.get())).get_address(None)
656656
}
657657

658-
fn dynamic_alloca(&mut self, _ty: Type<'gcc>, _align: Align) -> RValue<'gcc> {
659-
unimplemented!();
660-
}
661-
662658
fn array_alloca(&mut self, _ty: Type<'gcc>, _len: RValue<'gcc>, _align: Align) -> RValue<'gcc> {
663659
unimplemented!();
664660
}

0 commit comments

Comments
 (0)