[System]: Fix System.IO.Compression.CompressionLevel enum.
[mono.git] / mcs / class / System / System.Net / OpenWriteCompletedEventArgs.cs
index 7191efe49a377c0b3344bdb9d3f4fe5d4c28324e..335249fd5b8363037c37d6ae87c18895e14acffd 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;
 using System.IO;
 
@@ -55,5 +53,3 @@ namespace System.Net
                }
        }
 }
-
-#endif