From 1f96d7748a3186cc35681e989b10ccca11dbb43e Mon Sep 17 00:00:00 2001 From: cjihrig Date: Tue, 25 Apr 2017 13:43:56 -0400 Subject: [PATCH] src: remove invalid comment PR-URL: https://github.com/nodejs/node/pull/12645 Reviewed-By: Anna Henningsen Reviewed-By: James M Snell Reviewed-By: Daniel Bevenius --- src/node.h | 1 - 1 file changed, 1 deletion(-) 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(); \