From e7d1e701c4498040ff77024d76a81cbc178c78f7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Sat, 24 Jan 2015 10:26:43 +0100 Subject: [PATCH] why didn't gcc catch that... --- ir.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ir.cpp b/ir.cpp index e9aa7b7..787a126 100644 --- a/ir.cpp +++ b/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() -- 2.39.2