[System] Removal of the NET_2_0 in the source code
[mono.git] / mcs / class / System / System.Net / UploadStringCompletedEventArgs.cs
index dfef2c9ba0e43b535f9d9b96bac29c72e0853de7..116c87f252d89e550acd932923f3c5d64614bf3e 100644 (file)
@@ -27,8 +27,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.ComponentModel;
 
 namespace System.Net
@@ -54,5 +52,3 @@ namespace System.Net
                }
        }
 }
-
-#endif