Steal more agressively once we have found a potential available worker
[mono.git] / mcs / class / corlib / System.Reflection / ParameterModifier.cs
index 01d9bcbbf1e64ff11568b179d304239ce37708da..43810b07beffffbdb3da30171d3adf385b5b3c89 100644 (file)
@@ -33,9 +33,7 @@ using System;
 using System.Runtime.InteropServices;
 
 namespace System.Reflection {
-#if NET_2_0
        [ComVisible (true)]
-#endif
        [Serializable]
        public struct ParameterModifier {
                private bool[] _byref;