diff options
Diffstat (limited to 'sysdeps/sh/bits/setjmp.h')
-rw-r--r-- | sysdeps/sh/bits/setjmp.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/sh/bits/setjmp.h b/sysdeps/sh/bits/setjmp.h index cdc27dceb0..7e3fbd3394 100644 --- a/sysdeps/sh/bits/setjmp.h +++ b/sysdeps/sh/bits/setjmp.h @@ -44,8 +44,4 @@ typedef struct } __jmp_buf[1]; #endif -#if defined __USE_MISC || defined _ASM -# define JB_SIZE (4 * 15) -#endif - #endif /* bits/setjmp.h */ |