Merge pull request #819 from brendanzagaeski/patch-1
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / TypeForwardedToAttribute.cs
index 305fc2243271971eda1805ede588ee0d798d9606..50cc9396829941f9a7981daf1570629699538564 100644 (file)
@@ -25,8 +25,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System;
 using System.Runtime.InteropServices;
 
@@ -48,5 +46,3 @@ namespace System.Runtime.CompilerServices {
                }
        }
 }
-
-#endif