Merge pull request #5002 from BrzVlad/feature-sgen-modes
[mono.git] / mono / mini / jit-icalls.c
index 648e69cf18cc49cff4c27e6ee517637df2d83a68..2b66be22f182a3b0b0289899dd46a4e02fe054bb 100644 (file)
@@ -1089,16 +1089,6 @@ mono_lconv_to_r8_un (guint64 a)
 }
 #endif
 
-#if defined(__native_client_codegen__) || defined(__native_client__)
-/* When we cross-compile to Native Client we can't directly embed calls */
-/* to the math library on the host. This will use the fmod on the target*/
-double
-mono_fmod(double a, double b)
-{
-       return fmod(a, b);
-}
-#endif
-
 gpointer
 mono_helper_compile_generic_method (MonoObject *obj, MonoMethod *method, gpointer *this_arg)
 {