8141134: Remove unnecessary pragma warning(disable:4355) from GC code

Reviewed-by: ehelin, simonis, stuefe
This commit is contained in:
Thomas Schatzl 2015-11-04 17:36:29 +01:00
parent 7ac4628585
commit a6231d3f70
7 changed files with 3 additions and 40 deletions

View file

@ -64,10 +64,6 @@ bool DirtyCardQueue::apply_closure_to_buffer(CardTableEntryClosure* cl,
return true;
}
#ifdef _MSC_VER // the use of 'this' below gets a warning, make it go away
#pragma warning( disable:4355 ) // 'this' : used in base member initializer list
#endif // _MSC_VER
DirtyCardQueueSet::DirtyCardQueueSet(bool notify_when_complete) :
PtrQueueSet(notify_when_complete),
_mut_process_closure(NULL),