Index: CodeGenerator.py |
diff --git a/CodeGenerator.py b/CodeGenerator.py |
index 18073ddc29532e9a5afc09e942d5d91122b32a95..4a0ecbef770eca3e670c9bcb4d80c179ce49192f 100644 |
--- a/CodeGenerator.py |
+++ b/CodeGenerator.py |
@@ -287,7 +287,6 @@ def wrap_array_definition(type): |
"raw_type": "protocol::Array<%s>" % type["raw_type"], |
"raw_pass_type": "protocol::Array<%s>*" % type["raw_type"], |
"raw_return_type": "protocol::Array<%s>*" % type["raw_type"], |
- "create_type": "wrapUnique(new protocol::Array<%s>())" % type["raw_type"], |
"out_type": "protocol::Array<%s>&" % type["raw_type"], |
} |