Skip to content

Commit

Permalink
fs: remove unused macro
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Dec 18, 2017
1 parent 6b18e12 commit 7656875
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/node_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ using v8::Object;
using v8::String;
using v8::Value;

#ifndef MIN
# define MIN(a, b) ((a) < (b) ? (a) : (b))
#endif

#define TYPE_ERROR(msg) env->ThrowTypeError(msg)

#define GET_OFFSET(a) ((a)->IsNumber() ? (a)->IntegerValue() : -1)
Expand Down

0 comments on commit 7656875

Please sign in to comment.