0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-11-09 15:18:41 +00:00

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

This commit is contained in:
Stefan Siegl 2015-08-29 20:20:09 +02:00
parent b21acf770a
commit 31bafd052d

View File

@ -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);
}