Skip to content

Commit

Permalink
emit_invalid_operation is unused
Browse files Browse the repository at this point in the history
  • Loading branch information
imhameed committed Jun 17, 2021
1 parent 9b49167 commit 4dfc5df
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/mono/mono/mini/simd-intrinsics.c
Original file line number Diff line number Diff line change
Expand Up @@ -1014,14 +1014,6 @@ emit_sys_numerics_vector_t (MonoCompile *cfg, MonoMethod *cmethod, MonoMethodSig
}
#endif // TARGET_AMD64

static MonoInst*
emit_invalid_operation (MonoCompile *cfg, const char* message)
{
mono_cfg_set_exception (cfg, MONO_EXCEPTION_MONO_ERROR);
mono_error_set_generic_error (cfg->error, "System", "InvalidOperationException", "%s", message);
return NULL;
}

#ifdef TARGET_ARM64

static SimdIntrinsic armbase_methods [] = {
Expand Down

0 comments on commit 4dfc5df

Please sign in to comment.