Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mcs / class / System / System.Diagnostics / SwitchAttribute.cs
index 0c843755bda5610f1a496d98985d04ecb79f8f72..ebb3e194dbc0c76365ac85743ddc1691351fc74e 100644 (file)
@@ -27,8 +27,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_2_0
-
 using System;
 using System.Diagnostics;
 using System.Reflection;
@@ -95,4 +93,3 @@ namespace System.Diagnostics
                }
        }
 }
-#endif