1
0
Fork 0

removed unused line

This commit is contained in:
jsteemann 2016-03-15 18:38:00 +01:00
parent 1cfe222faf
commit fab3477a17
1 changed files with 0 additions and 1 deletions

View File

@ -285,7 +285,6 @@ static int V8ToVPack(BuilderContext& context,
v8::Handle<v8::Object> o = parameter->ToObject();
// first check if the object has a "toJSON" function
// v8::Handle<v8::String> toJsonString = TRI_V8_PAIR_STRING("toJSON", 6);
if (o->Has(context.toJsonKey)) {
// call it if yes
v8::Handle<v8::Value> func = o->Get(context.toJsonKey);