[System] Removal of the NET_2_0 in the source code
[mono.git] / mcs / class / System / System.Net / RequestStream.cs
index 748808f4be0db973ce300b4045dfbe6a61826e84..0ea866d621a33b029c2e994fae022727ef2c0e5d 100644 (file)
@@ -25,7 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_2_0
 using System.IO;
 using System.Net.Sockets;
 using System.Runtime.InteropServices;
@@ -220,5 +219,4 @@ namespace System.Net {
                }
        }
 }
-#endif