diff --git a/src/node.h b/src/node.h index 1255a4af7f11ce..05dbbc5db5b982 100644 --- a/src/node.h +++ b/src/node.h @@ -219,7 +219,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(); \