Merge pull request #3997 from lateralusX/jlorenss/win-api-family-support-safearray
[mono.git] / mcs / class / System / System.Net.Mail / SmtpFailedRecipientsException.cs
index bd75f233e8891fe41fde195572b62c068afacc83..6f2e3af8e50d808092b2836f09c10893d703c199 100644 (file)
@@ -28,8 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Collections;
 using System.Runtime.Serialization;
 
@@ -90,15 +88,12 @@ namespace System.Net.Mail {
                        info.AddValue ("innerExceptions", innerExceptions);
                }
 
-#if !TARGET_JVM //remove private implementation
                void ISerializable.GetObjectData (SerializationInfo info, StreamingContext context)
                {
                        GetObjectData (info, context);
                }
-#endif
 
                #endregion // Methods
        }
 }
 
-#endif // NET_2_0