Incorrect warning message on thread pool startup in full AOT:ed Windows build.
[mono.git] / mcs / class / System / System.Net / DownloadProgressChangedEventHandler.cs
index 3420ecea813aa103ca323585c00807af8a3e1f85..1f28234772db0aa9ba65878e5231f7dc1c9f8fda 100644 (file)
 // 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
-
-
 namespace System.Net
 {
        public delegate void DownloadProgressChangedEventHandler (object sender, DownloadProgressChangedEventArgs e);
 }
 
-#endif