From a5fe735efe3fc94836e6550e72139df92f816b46 Mon Sep 17 00:00:00 2001 From: sirl Date: Wed, 18 Jun 2003 15:29:12 +0000 Subject: Oops, accidentally committed the 3.3 version to mainline. Undone. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68156 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/include/powerpc-signal.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libjava/include') diff --git a/libjava/include/powerpc-signal.h b/libjava/include/powerpc-signal.h index 00a5a6dfb8f..39cdf893710 100644 --- a/libjava/include/powerpc-signal.h +++ b/libjava/include/powerpc-signal.h @@ -61,7 +61,6 @@ struct kernel_old_sigaction { # define INIT_SEGV \ do \ { \ - nullp = new java::lang::NullPointerException (); \ struct kernel_old_sigaction kact; \ kact.k_sa_handler = catch_segv; \ kact.k_sa_mask = 0; \ @@ -73,8 +72,6 @@ while (0) # define INIT_FPE \ do \ { \ - arithexception = new java::lang::ArithmeticException \ - (JvNewStringLatin1 ("/ by zero")); \ struct kernel_old_sigaction kact; \ kact.k_sa_handler = catch_fpe; \ kact.k_sa_mask = 0; \ -- cgit v1.2.3