Remove obsolete 'using v8::Null'
authorFedor Indutny <fedor.indutny@gmail.com>
Sat, 10 Sep 2011 19:18:45 +0000 (02:18 +0700)
committerRyan Dahl <ry@tinyclouds.org>
Sun, 11 Sep 2011 00:44:52 +0000 (17:44 -0700)
Fixes #1680.

src/node_script.cc

index 79f93fe..6edeae7 100644 (file)
@@ -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;