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.Configuration/SettingsPropertyTest.cs')
-rw-r--r--mcs/class/System/Test/System.Configuration/SettingsPropertyTest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System/Test/System.Configuration/SettingsPropertyTest.cs b/mcs/class/System/Test/System.Configuration/SettingsPropertyTest.cs
index 57bf2d9115c..85a21a1fa2a 100644
--- a/mcs/class/System/Test/System.Configuration/SettingsPropertyTest.cs
+++ b/mcs/class/System/Test/System.Configuration/SettingsPropertyTest.cs
@@ -27,7 +27,6 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
-#if NET_2_0
using System;
using System.Text;
@@ -143,4 +142,3 @@ namespace MonoTests.System.Configuration {
}
-#endif