Skip to content

Commit

Permalink
src: remove invalid comment
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#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 andrew749 committed Jul 19, 2017
1 parent 424da04 commit ad4e806
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,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 ad4e806

Please sign in to comment.