summaryrefslogtreecommitdiff
path: root/codegen/valastructregisterfunction.vala
diff options
context:
space:
mode:
Diffstat (limited to 'codegen/valastructregisterfunction.vala')
-rw-r--r--codegen/valastructregisterfunction.vala3
1 files changed, 1 insertions, 2 deletions
diff --git a/codegen/valastructregisterfunction.vala b/codegen/valastructregisterfunction.vala
index 404e412b7..90234bd11 100644
--- a/codegen/valastructregisterfunction.vala
+++ b/codegen/valastructregisterfunction.vala
@@ -37,9 +37,8 @@ public class Vala.StructRegisterFunction : TypeRegisterFunction {
* @param st a struct
* @return newly created struct register function
*/
- public StructRegisterFunction (Struct st, CodeContext context) {
+ public StructRegisterFunction (Struct st) {
struct_reference = st;
- this.context = context;
}
public override TypeSymbol get_type_declaration () {