Incorrect warning message on thread pool startup in full AOT:ed Windows build.
[mono.git] / mcs / class / System / System.Net.NetworkInformation / PingException.cs
index 65c5f7460a184ede629f6217fffc84004dae340e..6a1081705e06eb240d227ac1f7d810a78950e49a 100644 (file)
@@ -25,7 +25,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;
 using System.Collections;
 using System.Runtime.Serialization;
@@ -50,5 +49,4 @@ namespace System.Net.NetworkInformation {
 
        }
 }
-#endif