Skip to content

Commit

Permalink
src: remove invalid comment
Browse files Browse the repository at this point in the history
PR-URL: #12645
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
  • Loading branch information
cjihrig authored and evanlucas committed May 2, 2017
1 parent 1316c77 commit da01ff7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node.h
Expand Up @@ -219,7 +219,6 @@ NODE_EXTERN void RunAtExit(Environment* env);
1000 * static_cast<double>(t))
#define NODE_V8_UNIXTIME(v) (static_cast<double>((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(); \
Expand Down

0 comments on commit da01ff7

Please sign in to comment.