Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0408966

Browse filesBrowse files
gengjiawenrvagg
authored andcommitted
src: remove unused macro in node_file.cc
PR-URL: #26073 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent a9c4437 commit 0408966
Copy full SHA for 0408966

File tree

Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Open diff view settings
Collapse file

‎src/node_file.cc‎

Copy file name to clipboardExpand all lines: src/node_file.cc
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ using v8::Uint32;
7474
using v8::Undefined;
7575
using v8::Value;
7676

77-
#ifndef MIN
78-
# define MIN(a, b) ((a) < (b) ? (a) : (b))
79-
#endif
80-
8177
#ifndef S_ISDIR
8278
# define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
8379
#endif

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.