Browse Source

c->properties is NULL anyways (due to ecalloc)

Stefan Siegl 9 years ago
parent
commit
31bafd052d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      v8js_v8object_class.cc

+ 0 - 1
v8js_v8object_class.cc

@@ -500,7 +500,6 @@ void v8js_v8object_create(zval *res, v8::Handle<v8::Value> value, int flags, v8:
 	c->v8obj.Reset(isolate, value);
 	c->flags = flags;
 	c->ctx = ctx;
-	c->properties = NULL;
 
 	ctx->v8js_v8objects.push_front(c);
 }