diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-01-20 17:02:10 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-01-20 10:02:10 -0700 |
commit | 27766f0efaf7480d281fd45dac7afd107ebdcb5f (patch) | |
tree | 095998f79a3dded1d5f2821cc8b533b1ab9975a9 /gcc/stmt.c | |
parent | c9804136891b8770c62b71435dec014485bc7112 (diff) | |
download | gcc-27766f0efaf7480d281fd45dac7afd107ebdcb5f.tar.gz |
Remove more bytecode stuff.
From-SVN: r17436
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c index abda4bf900e..a1fa965fe9b 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -268,7 +268,6 @@ struct nesting struct label_chain *label_chain; /* Number of function calls seen, as of start of this block. */ int function_call_count; - /* Bytecode specific: stack level to restore stack to on exit. */ /* Nonzero if this is associated with a EH region. */ int exception_region; /* The saved target_temp_slot_level from our outer block. |