Skip to content

Commit 4dfc5df

Browse files
committed
emit_invalid_operation is unused
1 parent 9b49167 commit 4dfc5df

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/mono/mono/mini/simd-intrinsics.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,14 +1014,6 @@ emit_sys_numerics_vector_t (MonoCompile *cfg, MonoMethod *cmethod, MonoMethodSig
10141014
}
10151015
#endif // TARGET_AMD64
10161016

1017-
static MonoInst*
1018-
emit_invalid_operation (MonoCompile *cfg, const char* message)
1019-
{
1020-
mono_cfg_set_exception (cfg, MONO_EXCEPTION_MONO_ERROR);
1021-
mono_error_set_generic_error (cfg->error, "System", "InvalidOperationException", "%s", message);
1022-
return NULL;
1023-
}
1024-
10251017
#ifdef TARGET_ARM64
10261018

10271019
static SimdIntrinsic armbase_methods [] = {

0 commit comments

Comments
 (0)