projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c2c7bb
)
Remove obsolete 'using v8::Null'
author
Fedor Indutny
<fedor.indutny@gmail.com>
Sat, 10 Sep 2011 19:18:45 +0000
(
02:18
+0700)
committer
Ryan Dahl
<ry@tinyclouds.org>
Sun, 11 Sep 2011 00:44:52 +0000
(17:44 -0700)
Fixes #1680.
src/node_script.cc
patch
|
blob
|
history
diff --git
a/src/node_script.cc
b/src/node_script.cc
index 79f93fec341c1ab6840d9efca5081d1e1c68734f..6edeae7a956d0e2aa0c7a9f6ef35e6e2bb7f3101 100644
(file)
--- a/
src/node_script.cc
+++ b/
src/node_script.cc
@@
-37,7
+37,6
@@
using v8::TryCatch;
using v8::String;
using v8::Exception;
using v8::Local;
-using v8::Null;
using v8::Array;
using v8::Persistent;
using v8::Integer;