Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / mini / mini-wasm.c
index acf71e897733ffee6208c4eea2132906f2692145..0104909e4d03b15474216d17f7dded04d50feb78 100644 (file)
@@ -177,18 +177,6 @@ mono_w32file_get_volume_information (const gunichar2 *path, gunichar2 *volumenam
 
 
 //llvm builtin's that we should not have used in the first place
-gpointer
-llvm_returnaddress (void)
-{
-       g_error ("llvm_returnaddress");
-       return NULL;
-}
-
-void
-llvm_eh_unwind_init (void)
-{
-       g_error ("llvm_eh_unwind_init");
-}
 
 
 //libc / libpthread missing bits from musl or shit we didn't detect :facepalm: