Replace SIZEOF_REGISTER with sizeof(mgreg_t) for consistency with sizeof(gpointer)
[mono.git] / mcs / class / corlib / System / ConsoleCancelEventHandler.cs
index bac56d76f56b90656013d7e29b10daa368725640..027072f705423a6d78a48148fc76fe412fd47e61 100644 (file)
@@ -27,9 +27,7 @@
 // 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 {
        public delegate void ConsoleCancelEventHandler (object sender, ConsoleCancelEventArgs e);
 }
-#endif