[System] Removal of the NET_2_0 in the source code
[mono.git] / mcs / class / System / System.Net.Mail / MailAddressCollection.cs
index 6bb972431054c02f756c762532fd4e7101e3b368..71e950d0895db8b1a9b8b685a49290d2d7f33d68 100644 (file)
@@ -28,8 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System;
 using System.Collections.ObjectModel;
 using System.Text;
@@ -74,4 +72,3 @@ namespace System.Net.Mail {
        }
 }
 
-#endif