diff options
| author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-03 23:13:41 +0000 |
|---|---|---|
| committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-03 23:13:41 +0000 |
| commit | bc4714676e7f0f8e06dcebeb20d1cf4565af583d (patch) | |
| tree | 0e044df719e2afb15510992677825c74875e9ca3 /gcc/function.c | |
| parent | cd299e6d04dff8833eac1bcdad48c2e91369f2e9 (diff) | |
| download | ppe42-gcc-bc4714676e7f0f8e06dcebeb20d1cf4565af583d.tar.gz ppe42-gcc-bc4714676e7f0f8e06dcebeb20d1cf4565af583d.zip | |
* function.c (current_function_has_computed_jump): Remove duplicate
definition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25571 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.c')
| -rw-r--r-- | gcc/function.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/function.c b/gcc/function.c index 79ca24deffa..4d6736650d6 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -135,13 +135,6 @@ int current_function_has_nonlocal_label; int current_function_has_nonlocal_goto; -/* Nonzero if this function has a computed goto. - - It is computed during find_basic_blocks or during stupid life - analysis. */ - -int current_function_has_computed_jump; - /* Nonzero if function being compiled contains nested functions. */ int current_function_contains_functions; |

