Skip to content

Commit

Permalink
Fix a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Feb 2, 2011
1 parent 856cfcf commit e8769c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mono/metadata/gc.c
Expand Up @@ -1302,7 +1302,6 @@ mono_gc_reference_queue_new (mono_reference_queue_callback callback)
gboolean
mono_gc_reference_queue_add (MonoReferenceQueue *queue, MonoObject *obj, void *user_data)
{
RefQueueEntry *head;
RefQueueEntry *entry;
if (queue->should_be_deleted)
return FALSE;
Expand Down

0 comments on commit e8769c6

Please sign in to comment.