Incorrect warning message on thread pool startup in full AOT:ed Windows build.
[mono.git] / mcs / class / System / System / FtpStyleUriParser.cs
index 41013ad83385e68b3320d23be975ca54454dbdfa..c31d279a1e27034fc1d019385c7c852e5fbbe1cc 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System {
 
        public class FtpStyleUriParser : UriParser {
@@ -38,4 +36,3 @@ namespace System {
        }
 }
 
-#endif