[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / System.Core / System.Runtime.CompilerServices / DynamicAttribute.cs
index 2d9f7e078476423523d387d28a798230b1f3888d..5fa5cdf7db9b4af24fe7257debba6e98943e89e9 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0
 
 using System;
 using System.Collections.Generic;
@@ -62,4 +61,3 @@ namespace System.Runtime.CompilerServices
        }
 }
 
-#endif