diff options
author | Richard Henderson <rth@redhat.com> | 2001-03-27 22:11:49 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-03-27 22:11:49 -0800 |
commit | 461fc4de6a0434d7fc8c3ef53b25a4e51db69829 (patch) | |
tree | ddab9a99591592a2df4dd53a7d6cc6f6165da1cf /gcc/flags.h | |
parent | 662795a85f138c84aa9505ba731cf5fd25dd24eb (diff) | |
download | gcc-461fc4de6a0434d7fc8c3ef53b25a4e51db69829.zip gcc-461fc4de6a0434d7fc8c3ef53b25a4e51db69829.tar.gz gcc-461fc4de6a0434d7fc8c3ef53b25a4e51db69829.tar.bz2 |
Remove flag_new_exceptions.
From-SVN: r40908
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 8bc2ddd..24254a3 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -453,11 +453,6 @@ extern int flag_pic; extern int flag_exceptions; -/* Nonzero means use the new model for exception handling. Replaces - -DNEW_EH_MODEL as a compile option. */ - -extern int flag_new_exceptions; - /* Nonzero means generate frame unwind info table when supported */ extern int flag_unwind_tables; |