mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
Do not generate an OFS_RETURN variable, the IR doesn't need to know it as such
This commit is contained in:
parent
3cd1d19a7e
commit
9eb9c99e72
1 changed files with 0 additions and 5 deletions
5
ir.c
5
ir.c
|
@ -172,11 +172,6 @@ ir_builder* ir_builder_new(const char *modulename)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/* globals which always exist */
|
||||
|
||||
/* for now we give it a vector size */
|
||||
ir_builder_create_global(self, "OFS_RETURN", TYPE_VARIANT);
|
||||
|
||||
return self;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue