diff --git a/src/node.h b/src/node.h index 4452b9d578b..e0109cb14fd 100644 --- a/src/node.h +++ b/src/node.h @@ -240,7 +240,6 @@ NODE_EXTERN void RunAtExit(Environment* env); 1000 * static_cast(t)) #define NODE_V8_UNIXTIME(v) (static_cast((v)->NumberValue())/1000.0); -// Used to be a macro, hence the uppercase name. #define NODE_DEFINE_CONSTANT(target, constant) \ do { \ v8::Isolate* isolate = target->GetIsolate(); \