mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
why didn't gcc catch that...
This commit is contained in:
parent
5c64437189
commit
e7d1e701c4
1 changed files with 0 additions and 2 deletions
2
ir.cpp
2
ir.cpp
|
@ -428,10 +428,8 @@ ir_function::ir_function(ir_builder* owner_, qc_type outtype_)
|
|||
name("<@unnamed>"),
|
||||
outtype(outtype_)
|
||||
{
|
||||
owner = owner;
|
||||
context.file = "<@no context>";
|
||||
context.line = 0;
|
||||
outtype = outtype;
|
||||
}
|
||||
|
||||
ir_function::~ir_function()
|
||||
|
|
Loading…
Reference in a new issue