Browse Source

Removed spurious line.

Simon Best 12 năm trước cách đây
mục cha
commit
114eb9cbf6
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      v8js_methods.cc

+ 0 - 1
v8js_methods.cc

@@ -175,7 +175,6 @@ std::vector<char *> modules_stack;
 
 V8JS_METHOD(require)
 {
-	//v8::Persistent<v8::Value> module_name_value_v8 = v8::Persistent<v8::Value>::New(args[0]->ToObject());
 	v8::String::Utf8Value module_name_v8(args[0]);
 
 	// Make sure to duplicate the module name string so it doesn't get freed by the V8 garbage collector