[runtime] Remove ves_icall_object_new_fast (), its only a bit faster than object_new_...
[mono.git] / mono / metadata / boehm-gc.c
index bd853b21eb9b45cce831504f95aeda945a74333f..e642be65561d391bdbf0bccef417f6394b531c56 100644 (file)
@@ -1171,11 +1171,8 @@ mono_gc_is_critical_method (MonoMethod *method)
  * @klass. The method will typically have an thread-local inline allocation sequence.
  * The signature of the called method is:
  *     object allocate (MonoVTable *vtable)
- * Some of the logic here is similar to mono_class_get_allocation_ftn () i object.c,
- * keep in sync.
  * The thread local alloc logic is taken from libgc/pthread_support.c.
  */
-
 MonoMethod*
 mono_gc_get_managed_allocator (MonoClass *klass, gboolean for_box, gboolean known_instance_size)
 {