[corlib] Tweak Dictionary initial capacity to be more conservative. Fixes #21375
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / IsUdtReturn.cs
index 7688a13f74f2fd70234849933c3e4b77b5985c7a..ecb5e5b86fd9db4a3abc2c73ff1cd00854811ea2 100644 (file)
@@ -25,8 +25,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System;
 
 namespace System.Runtime.CompilerServices {
@@ -35,5 +33,3 @@ namespace System.Runtime.CompilerServices {
        {
        }
 }
-
-#endif