Merge pull request #1190 from esdrubal/encoder-convert
[mono.git] / mcs / class / System / System.Net.Mail / SmtpDeliveryMethod.cs
index 4a42cdbe5e31e2293345dab134a34b6a943f00cf..776752a5885a03469b4651bc8cea8c98e63978ad 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 SmtpDeliveryMethod
@@ -41,4 +39,3 @@ namespace System.Net.Mail {
 
 }
 
-#endif