Enable the System build for monodroid
[mono.git] / mcs / class / System / System.Net / WebConnectionData.cs
index 04b29b1270f4a6749cb04665fafe0f6d048f6a0c..82c5a64ab385698afcce9bf43eca74ac7c7abe01 100644 (file)
@@ -41,9 +41,6 @@ namespace System.Net
                public Version Version;
                public Stream stream;
                public string Challenge;
-               public byte [] initialData;
-               public int initialOffset;
-               public int length;
 
                public void Init ()
                {
@@ -52,9 +49,6 @@ namespace System.Net
                        StatusDescription = null;
                        Headers = null;
                        stream = null;
-                       initialData = null;
-                       initialOffset = 0;
-                       length = 0;
                }
        }
 }