Skip to content

Commit 17aa31b

Browse files
Fix cg_gcc build
1 parent 06d07f8 commit 17aa31b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/type_.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ impl<'gcc, 'tcx> BaseTypeMethods<'tcx> for CodegenCx<'gcc, 'tcx> {
136136
unimplemented!("f16_f128")
137137
}
138138

139-
fn type_f128(&self) -> Type<'gcc> {
140-
unimplemented!("f16_f128")
141-
}
142-
143139
fn type_func(&self, params: &[Type<'gcc>], return_type: Type<'gcc>) -> Type<'gcc> {
144140
self.context.new_function_pointer_type(None, return_type, params, false)
145141
}

0 commit comments

Comments
 (0)