[Cleanup] Removed TARGET_JVM
[mono.git] / mcs / class / System / System.Net / WebHeaderCollection.cs
index a2516b0cc39bfa47a5629f32def08a9938fb1e01..ae72774bdf104a93ae2d8fe7bbe6dca7858fdb3f 100644 (file)
@@ -340,13 +340,11 @@ namespace System.Net
 
                        return sb.Append("\r\n").ToString();
                }
-#if !TARGET_JVM
                void ISerializable.GetObjectData (SerializationInfo serializationInfo,
                                                  StreamingContext streamingContext)
                {
                        GetObjectData (serializationInfo, streamingContext);
                }
-#endif
                public override void GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext)
                {
                        int count = base.Count;