remove commented-out code

This commit is contained in:
Ryan X. Charles 2014-04-11 14:23:41 -03:00
parent e61aa8528f
commit 387185e626
1 changed files with 0 additions and 2 deletions

View File

@ -164,8 +164,6 @@ Key::New(const Arguments& args)
// this was invoked as Key() not new Key()
if (!args.IsConstructCall()) {
// return FromConstructorTemplate(s_ct, args);
const int argc = 1;
Local<Value> argv[argc] = { args[0] };
return scope.Close(s_ct->GetFunction()->NewInstance(argc, argv));