mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[qfcc] Remove obsolete structure fields
init_vars hasn't been used for a long time.
This commit is contained in:
parent
e524db1fc1
commit
2b15e61b28
1 changed files with 0 additions and 6 deletions
|
@ -84,12 +84,6 @@ typedef struct flownode_s {
|
|||
struct set_s *in;
|
||||
struct set_s *out;
|
||||
} live_vars;
|
||||
struct {
|
||||
struct set_s *use;
|
||||
struct set_s *def;
|
||||
struct set_s *in;
|
||||
struct set_s *out;
|
||||
} init_vars;
|
||||
struct sblock_s *sblock; ///< original statement block
|
||||
struct dag_s *dag; ///< dag for this node
|
||||
} flownode_t;
|
||||
|
|
Loading…
Reference in a new issue