Skip to content

Commit a098bd2

Browse files
committed
Revert accidental commit
1 parent 32e5de5 commit a098bd2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mono/metadata/boehm-gc.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -773,10 +773,6 @@ mono_gc_alloc_obj (MonoVTable *vtable, size_t size)
773773
{
774774
MonoObject *obj;
775775

776-
if (strcmp(vtable->klass->name, "RuntimeTestInfo") == 0)
777-
{
778-
printf("hello");
779-
}
780776
if (!vtable->klass->has_references) {
781777
obj = (MonoObject *)GC_MALLOC_ATOMIC (size);
782778
if (G_UNLIKELY (!obj))

0 commit comments

Comments
 (0)