diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 06:11:49 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 06:11:49 +0000 |
commit | 98ad18c5b45f0e24a22a159bbb925a96a4064fe3 (patch) | |
tree | ddab9a99591592a2df4dd53a7d6cc6f6165da1cf /gcc/flags.h | |
parent | de1df5b498c76dbbc40c844ed0789c4f2d22b4f5 (diff) | |
download | gcc-98ad18c5b45f0e24a22a159bbb925a96a4064fe3.tar.gz |
Remove flag_new_exceptions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40908 138bc75d-0d04-0410-961f-82ee72b054a4
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 8bc2ddd383c..24254a3fc36 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; |