[Cleanup] Removed TARGET_JVM
[mono.git] / mcs / class / System.Web / System.Web / HttpWorkerRequest.cs
index 95980123ae4d09d5148ec6bc20012afd666cf10a..0c91350483c2124b46e1ffd823061c43946e3b86 100755 (executable)
@@ -317,7 +317,6 @@ namespace System.Web
                        // apparently does nothing in MS.NET
                }
 
-#if !TARGET_JVM
                public virtual void SendResponseFromMemory (IntPtr data, int length)
                {
                        if (data != IntPtr.Zero) {
@@ -326,7 +325,6 @@ namespace System.Web
                                SendResponseFromMemory (copy, length);
                        }
                }
-#endif
 
                public virtual void SetEndOfSendNotification (HttpWorkerRequest.EndOfSendNotification callback, object extraData)
                {