Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System/Test/System.Net.Sockets/SocketAsyncEventArgsTest.cs')
-rw-r--r--mcs/class/System/Test/System.Net.Sockets/SocketAsyncEventArgsTest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System/Test/System.Net.Sockets/SocketAsyncEventArgsTest.cs b/mcs/class/System/Test/System.Net.Sockets/SocketAsyncEventArgsTest.cs
index 6cd14207c99..f0c29764ae9 100644
--- a/mcs/class/System/Test/System.Net.Sockets/SocketAsyncEventArgsTest.cs
+++ b/mcs/class/System/Test/System.Net.Sockets/SocketAsyncEventArgsTest.cs
@@ -26,7 +26,6 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
-#if NET_2_0
using System;
using System.Collections.Generic;
@@ -251,5 +250,4 @@ namespace MonoTests.System.Net.Sockets {
}
}
-#endif