]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_gcc/src/builder.rs
Rollup merge of #98301 - ortem:pretty-printers-nonzero, r=wesleywiser
[rust.git] / compiler / rustc_codegen_gcc / src / builder.rs
index 6221a7f6d935db0ff198c1f7d3996de543c0b6ae..4d40dd0994dd23057089a47241e36ce0f4f3ecd7 100644 (file)
@@ -784,16 +784,6 @@ fn nonnull_metadata(&mut self, _load: RValue<'gcc>) {
         // TODO(antoyo)
     }
 
-    fn type_metadata(&mut self, _function: RValue<'gcc>, _typeid: String) {
-        // Unsupported.
-    }
-
-    fn typeid_metadata(&mut self, _typeid: String) -> RValue<'gcc> {
-        // Unsupported.
-        self.context.new_rvalue_from_int(self.int_type, 0)
-    }
-
-
     fn store(&mut self, val: RValue<'gcc>, ptr: RValue<'gcc>, align: Align) -> RValue<'gcc> {
         self.store_with_flags(val, ptr, align, MemFlags::empty())
     }