X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fruntime.c;h=cd0c0e6123a81ab07a0ee56a2d4aabdf654b25c3;hb=a08574bf9e4f27e3187a3f6edf7d99d32c28ad6c;hp=84fe0d1469e742909ed3a12722d2d4168fa9564a;hpb=3765f987d5c6d5ac4d11f1a3908797f420770dc0;p=mono.git diff --git a/mono/metadata/runtime.c b/mono/metadata/runtime.c index 84fe0d1469e..cd0c0e6123a 100644 --- a/mono/metadata/runtime.c +++ b/mono/metadata/runtime.c @@ -114,13 +114,6 @@ mono_runtime_try_shutdown (void) return TRUE; } - -gboolean -mono_runtime_is_critical_method (MonoMethod *method) -{ - return FALSE; -} - /* Coordinate the creation of all remaining TLS slots in the runtime. No further TLS slots should be created after this function finishes.