X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ir.h;h=bce85f4fb5e09fd1da578266707158698801b37b;hp=a15607c3ac0a72ec7427e2b3cc79edc63104af97;hb=4a1eb7f9483fbea5a450f17d9d2a52bd3d5547b3;hpb=e8b5ad66251e2bd0e141a1a233a98570224c6ffb diff --git a/ir.h b/ir.h index a15607c..bce85f4 100644 --- a/ir.h +++ b/ir.h @@ -175,7 +175,6 @@ typedef struct ir_block_s size_t entry_id; size_t eid; bool is_return; - size_t run_id; struct ir_function_s *owner;