[corlib] Tweak Dictionary initial capacity to be more conservative. Fixes #21375
[mono.git] / mcs / class / corlib / System.Diagnostics.Contracts / PureAttribute.cs
index 0043f26714b12bc3bc55de8a5f97513ea42b486a..b2602b259686850ce14ad65b857a0ddc49ef7ce1 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_1 || NET_4_0 || BOOTSTRAP_NET_4_0
+#if NET_4_0
 
 using System;