Merge pull request #3997 from lateralusX/jlorenss/win-api-family-support-safearray
[mono.git] / mcs / class / System / System.Net.Mail / MailPriority.cs
index d71c5ea389785c7e23fc0ef3c5e96404081fbb49..02853bb3d833a341967225ebfe1bcf37839505e7 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 MailPriority
@@ -41,4 +39,3 @@ namespace System.Net.Mail {
 
 }
 
-#endif