From 387185e626f8333005705601796bcc466b13dc2d Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Fri, 11 Apr 2014 14:23:41 -0300 Subject: [PATCH] remove commented-out code --- src/eckey.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/eckey.cc b/src/eckey.cc index e5616c6..4199368 100644 --- a/src/eckey.cc +++ b/src/eckey.cc @@ -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 argv[argc] = { args[0] }; return scope.Close(s_ct->GetFunction()->NewInstance(argc, argv));