[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / System.Net.Mail / SmtpAccess.cs
index 43a40be6d7383bae92682f9076e89e4c6351063b..ddfd1768c095a64983747f04266e4b84dfc484cf 100644 (file)
@@ -28,8 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System.Net.Mail {
        public enum SmtpAccess
        {
@@ -39,4 +37,3 @@ namespace System.Net.Mail {
        }
 }
 
-#endif // NET_2_0